forked from WinmezzZ/react-antd-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.94 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.94 KB
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
{
"name": "react-antd-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^4.6.1",
"axios": "^0.19.0",
"driver.js": "^0.9.8",
"history": "^5.0.0",
"mockjs": "^1.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl": "^3.11.0",
"react-redux": "^7.1.3",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^3.4.1",
"recharts": "^2.0.0-beta.6",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"lint": "tsc --noEmit && eslint . --ext ts --ext tsx --ext js --fix",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@types/http-proxy-middleware": "^0.19.3",
"@types/mockjs": "^1.0.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.5",
"@types/recharts": "^1.8.13",
"@types/styled-components": "^4.4.1",
"@types/webpack-env": "^1.15.0",
"antd-theme-webpack-plugin": "^1.3.6",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^3.0.0",
"http-proxy-middleware": "^0.20.0",
"less": "^3.11.3",
"less-loader": "^5.0.0",
"prettier": "^1.19.1",
"react-app-rewired": "^2.1.6",
"redux-devtools-extension": "^2.13.8",
"webpack-bundle-analyzer": "^3.6.0"
}
}