forked from Jines-z/rs-admin-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.91 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
{
"name": "react-starter-kit",
"version": "1.0.0",
"description": "this is react start kit",
"author": "bevelery <[email protected]> (http://blog.csdn.net/beverley__)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dll": "cross-env NODE_ENV=production webpack -p --config webpack.dll.config.js",
"start": "cross-env NODE_ENV=development node bin/start",
"build": "npm run clean && cross-env NODE_ENV=production node bin/build",
"clean": "rimraf dist"
},
"license": "MIT",
"dependencies": {
"antd": "^3.3.0",
"crypto-js": "^3.1.9-1",
"js-cookie": "^2.2.0",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"object-assign": "^4.1.1",
"promise": "^8.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-import": "^1.6.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"compression": "^1.7.2",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.11",
"express": "^4.16.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"opn": "^5.2.0",
"ora": "^2.0.0",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.1"
}
}