-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
49
50
{
"name": "react-easy-start",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.26.19",
"body-parser": "^1.20.1",
"express": "^4.17.3",
"express-query-parser": "^1.2.0",
"fs": "0.0.1-security",
"gulp": "4.0.2",
"gulp-merge-json": "2.1.1",
"gulp-rimraf": "1.0.0",
"gulp4-run-sequence": "^1.0.1",
"jquery": "^3.6.0",
"json-dup-key-validator": "^1.0.2",
"node-webuploader-server": "^0.1.0",
"react": "16.13.0",
"react-cookies": "^0.1.1",
"react-dom": "16.13.0",
"react-intl": "5.15.8",
"react-loadable": "^5.5.0",
"react-redux": "7.2.0",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"redux": "4.0.5",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"webuploader": "^0.1.8"
},
"scripts": {
"start": "npm run i18n && react-scripts start",
"build": "npm run i18n && 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:8080"
}