-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "vite-react-hooks-bigdata",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"serve": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"antd": "^4.18.2",
"prop-types": "^15.8.0",
"react": "^17.0.0",
"react-content-loader": "^6.1.0",
"react-dom": "^17.0.0",
"react-lazyload": "^3.2.0",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@vitejs/plugin-react": "^1.1.3",
"@vitejs/plugin-react-refresh": "^1.3.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"html-minifier-terser": "^7.0.0-alpha.1",
"less": "^4.1.2",
"prettier": "^2.2.1",
"rollup-plugin-visualizer": "^5.5.2",
"sass": "^1.45.1",
"vite": "^2.7.6",
"vite-plugin-compression": "^0.3.6",
"vite-plugin-files-copy": "^1.0.2",
"vite-plugin-html-minifier-terser": "^2.0.3",
"vite-plugin-imp": "^2.1.2"
}
}