-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 3.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "vfat-tools",
"version": "0.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/data-grid": "^4.0.0-alpha.11",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mui/x-data-grid": "^4.0.0",
"@mui/x-data-grid-pro": "^4.0.0",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash.flatmap": "^4.5.6",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/react-anchor-link-smooth-scroll": "^1.0.1",
"@types/react-animate-on-scroll": "^2.1.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.1",
"@types/shortid": "^0.0.29",
"@web3-react/abstract-connector": "^6.0.7",
"ajv": "^6.12.6",
"animate.css": "^4.1.1",
"apexcharts": "^3.27.1",
"bnc-notify": "^1.5.1",
"bnc-onboard": "^1.19.2",
"cids": "^1.1.4",
"classnames": "^2.2.6",
"eslint-import-resolver-typescript": "^2.3.0",
"ethcall": "^3.4.1",
"ethers": "^5.4.1",
"hamburger-react": "^2.4.1",
"i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-xhr-backend": "^3.2.2",
"jquery": "^3.6.0",
"lodash": "^4.17.20",
"lodash.flatmap": "^4.5.0",
"moment": "^2.29.1",
"multicodec": "^2.1.0",
"multihashes": "^3.1.2",
"polished": "^4.0.3",
"react": "^17.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animate-on-scroll": "^2.1.5",
"react-apexcharts": "^1.3.9",
"react-apollo": "^3.1.5",
"react-calendar": "^3.4.0",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^1.14.0",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-elastic-carousel": "^0.11.5",
"react-hook-form": "^6.12.2",
"react-i18next": "^11.8.7",
"react-number-format": "^4.4.4",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.2",
"react-scroll-parallax": "^2.4.0",
"react-virtualized-auto-sizer": "^1.0.4",
"react-window": "^1.8.6",
"redux-localstorage-simple": "^2.3.1",
"shortid": "^2.2.16",
"typescript": "^4.1.5",
"utf8": "^3.0.0",
"web-vitals": "^0.2.4",
"web3modal": "^1.9.3"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
"lint": "eslint src"
},
"lint-staged": {
"*.{ts,tsx,json}": "prettier --write"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"settings": {
"import/resolver": {
"typescript": {}
}
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.168",
"@types/qs": "^6.9.6",
"@types/react-calendar": "^3.4.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.4",
"@types/utf8": "^2.1.6",
"cross-env": "^7.0.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"typechain": "^4.0.1"
}
}