-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.62 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
{
"scripts": {
"start": "webpack-dev-server --progress --config scripts/webpack.development.js",
"build": "webpack --progress --config scripts/webpack.production.js",
"build:report": "npm run build -- --report",
"lint:fix": "eslint --fix --ext .ts,.tsx,.js src"
},
"dependencies": {
"antd": "^4.7.2",
"axios": "^0.20.0",
"core-js": "^3.6.4",
"dayjs": "^1.9.3",
"lodash": "^4.17.20",
"query-string": "5",
"react-redux": "^7.2.1",
"react-trend": "^1.2.5",
"react-use": "^13.27.0",
"redux": "^4.0.5",
"swr": "^0.3.6",
"workbox-window": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@hot-loader/react-dom": "^16.13.0",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@types/query-string": "5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/workbox-window": "^4.3.3",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fast-sass-loader": "^1.5.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.0-beta.8",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react": "^17.0.0",
"react-dev-utils": "^10.2.0",
"react-dom": "^17.0.0",
"react-hot-loader": "^4.12.20",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^1.1.3",
"thread-loader": "^2.1.3",
"typescript": "^3.8.3",
"url-loader": "^4.0.0",
"webpack": "^5.0.0-beta.13",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.0.0"
},
"license": "MIT"
}