-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·91 lines (91 loc) · 2.55 KB
/
package.json
File metadata and controls
executable file
·91 lines (91 loc) · 2.55 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"port": 3008,
"dependencies": {
"TagCloud": "^1.2.0",
"add": "^2.0.6",
"antd": "^3.20.7",
"antd-mobile": "^2.2.9",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"d3": "^5.7.0",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"es6-promise": "^4.2.5",
"image-download": "^1.2.0",
"image-downloader": "^3.5.0",
"is-plain-object": "^2.0.4",
"iscroll": "^5.2.0",
"js-md5": "^0.7.3",
"js2css3": "^1.0.1",
"jspdf": "^1.5.3",
"lunar-calendar": "^0.1.4",
"material-colors": "^1.2.6",
"postcss-plugin-px2rem": "^0.8.1",
"px2rem-exclude": "^0.0.4",
"query-string": "^6.2.0",
"randomcolor": "^0.5.4",
"react": "^16.9.0",
"react-app-polyfill": "^0.1.3",
"react-color": "^2.14.1",
"react-dom": "^16.9.0",
"react-iscroll": "^2.0.3",
"react-pdf-js": "^4.0.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-slide-captcha": "^1.0.1",
"react-tag-cloud": "^1.3.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"superagent": "^4.1.0",
"video-react": "^0.14.1",
"yarn": "^1.15.2"
},
"watch": {
"restart": "./config-overrides.js"
},
"scripts": {
"start": "cross-env NODE_ENV=development NODE_PATH=src/ PORT=$npm_package_port react-app-rewired --max_old_space_size=4096 start --watch-all ",
"build": "GENERATE_SOURCEMAP=false react-app-rewired --max_old_space_size=4096 build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"server": "nodemon --verbose ./server/index.js",
"dev": "concurrently --kill-others \"yarn start\" \"yarn server\" ",
"watch": "npm-watch"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:5008",
"devDependencies": {
"babel-plugin-import": "^1.11.0",
"concurrently": "^4.0.1",
"cross-env": "^5.2.0",
"customize-cra": "^0.2.9",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"hz-react-mobile": "^0.1.1",
"kill-port": "^1.3.2",
"less-loader": "^4.1.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.4",
"npm-watch": "^0.5.0",
"pm2": "^3.2.2",
"postcss-px2rem": "^0.3.0",
"postcss-pxtorem": "^4.0.1",
"react-app-rewire-less": "^2.1.3",
"react-app-rewired": "^2.1.1",
"react-loadable": "^5.5.0",
"react-scripts": "^2.1.3"
}
}