-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 2.73 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
{
"name": "react-ts-admin",
"version": "0.1.0",
"keywords": [
"react",
"redux",
"react-router-dom",
"react-redux",
"typescript",
"antd",
"hooks"
],
"author": "xh-shen <9509394@qq.com>",
"repository": {
"type": "git",
"url": "hhttps://github.com/xh-shen/react-ts-admin.git"
},
"dependencies": {
"@ant-design/pro-form": "^1.0.4",
"@ant-design/pro-table": "^2.7.4",
"antd": "^4.7.0",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"driver.js": "^0.9.8",
"fast-deep-equal": "^3.1.3",
"history": "^5.0.0",
"i": "^0.3.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"npm": "^6.14.8",
"nprogress": "^0.2.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-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"screenfull": "^5.0.2",
"styled-components": "^4.4.1",
"typescript": "^3.9.5",
"umi-request": "^1.3.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/classnames": "^2.2.10",
"@types/http-proxy-middleware": "^0.19.3",
"@types/js-cookie": "^2.2.6",
"@types/md5": "^2.2.1",
"@types/mockjs": "^1.0.2",
"@types/node": "^12.0.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.5",
"@types/recharts": "^1.8.13",
"@types/redux-logger": "^3.0.8",
"@types/styled-components": "^4.4.1",
"@types/webpack-env": "^1.15.0",
"antd-theme-webpack-plugin": "^1.3.7",
"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"
}
}