-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 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
30
31
32
33
34
{
"name": "hulk",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.8.0",
"css-reset": "^0.0.1",
"mobx": "^5.0.3",
"mobx-react": "^5.2.5",
"react": "^16.4.2",
"react-app-rewire-mobx": "^1.0.8",
"react-beautiful-dnd": "^9.0.0",
"react-dom": "^16.4.2",
"react-icons": "^3.0.5",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"styled-components": "^3.4.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"mobx-react-devtools": "^6.0.2",
"react-app-rewired": "^1.5.2"
},
"proxy": {
"/api/": {
"target": "http://kuboot.cn"
}
}
}