-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
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
{
"name": "huadi_antd_new",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.3.0",
"babel-plugin-import": "^1.6.6",
"echarts": "^4.0.4",
"rc-queue-anim": "^1.4.1",
"rc-tween-one": "^1.7.3",
"react": "^16.2.0",
"react-app-rewire-less": "^2.1.1",
"react-app-rewired": "^1.5.0",
"react-dom": "^16.2.0",
"react-router": "^3.2.1",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"node-sass": "^4.7.2",
"react-app-rewire-css-modules": "codebandits/react-app-rewire-css-modules",
"sass-loader": "^6.0.7"
}
}