-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "react-easy-start",
"version": "0.1.0",
"private": true,
"dependencies": {
"ant-design-pro": "^2.3.2",
"antd": "^3.10.8",
"gulp": "^3.9.1",
"gulp-merge-json": "^1.3.1",
"gulp-rimraf": "^0.2.2",
"json-dup-key-validator": "^1.0.2",
"moment": "^2.24.0",
"react": "^16.7.0-alpha",
"react-dom": "^16.7.0-alpha",
"react-grid-layout": "^0.16.6",
"react-intl": "^2.7.2",
"react-loadable": "^5.5.0",
"react-redux": "^5.1.1",
"react-resizable": "^1.8.0",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "2.1.1",
"react-sizeme": "^2.6.7",
"redux": "^4.0.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"restify": "^7.2.3",
"run-sequence": "^2.2.1"
},
"scripts": {
"start": "npm run i18n && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"mock": "node mock/server.js",
"i18n": "gulp i18n-json-merge"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8889"
}