-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.52 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
51
52
53
54
{
"name": "react-code",
"version": "1.0.0",
"description": "库存管理系统",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-build": "webpack --config webpack.dev.config.js",
"start": "webpack-dev-server --config webpack.dev.config.js --color --progress --hot"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.7.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.26.7",
"browserify": "^16.5.0",
"bundle-loader": "^0.5.6",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"npm-check-updates": "^4.0.1",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.5.3",
"style-loader": "^1.1.3",
"updated": "^1.3.0",
"webpack": "^3.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^2.11.5",
"webpack-manifest-plugin": "^2.2.0",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"echarts": "^4.7.0",
"gulp-reactify": "^3.0.1",
"layui-src": "^2.5.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-tools": "^0.13.3",
"redux": "^4.0.5"
}
}