forked from javaLuo/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.36 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "react_luo",
"version": "1.0.0",
"description": "react脚手架,最新技术",
"main": "index.js",
"scripts": {
"dev": "node server.js &",
"build": "npm run clear && webpack -p --config webpack.production.config.js --progress --profile --colors",
"dist": "set NODE_ENV=production && node server.js",
"clear": "rimraf ./build",
"cover": "./node_modules/.bin/istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"author": "luo",
"license": "ISC",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/javaLuo/react-luo.git"
},
"dependencies": {
"antd": "^3.2.1",
"axios": "^0.18.0",
"bundle-loader": "^0.5.6",
"classnames": "^2.2.5",
"history": "^4.7.2",
"immutable": "^3.8.2",
"lodash": "^4.17.5",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-vcode": "^0.0.4",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reqwest": "^2.0.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"css-loader": "^0.28.9",
"eslint": "^4.18.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.6.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.7",
"happypack": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"json-server": "^0.12.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^2.0.5",
"webpack-hot-middleware": "^2.21.0"
}
}