-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 951 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
32
33
34
35
36
37
38
39
40
{
"name": "frontend2",
"version": "0.1.0",
"private": true,
"devDependencies": {
"custom-react-scripts": "0.2.0",
"mobx-react-devtools": "^4.2.15"
},
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.5",
"components-font-awesome": "^4.6.3",
"formstate": "^0.23.0",
"framework7": "^1.6.4",
"framework7-react": "^0.9.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"reflux": "^6.4.1",
"sass-mediaqueries": "^1.6.1",
"store": "^2.0.12",
"validatorjs": "^3.13.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": {
"/2.0": {
"target": "https://api.kaikaibao.com.cn",
"changeOrigin": true
}
}
}