-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 Bytes
/
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
{
"dependencies": {
"@ant-design/pro-layout": "^4.7.2",
"ant-design-pro": "^2.3.2",
"antd": "^3.25.2",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"umi": "^2.11.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-less-js-enabled": "^1.0.2"
},
"scripts": {
"start": "parcel src/index.html"
}
}