-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"name": "react-mobx-antd",
"version": "1.0.0",
"description": "react mobx react-router4 antd boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.dev.config.js --color --progress --hot",
"build": "webpack --config webpack.prod.config.js"
},
"keywords": [
"react",
"mobx",
"antd"
],
"author": "moxun33",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-eslint": "^7.2.3",
"babel-plugin-import-inspector": "^2.0.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-1": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"bundle-loader": "^0.5.5",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"sass-loader": "^6.0.6",
"node-sass": "^4.5.3",
"offline-plugin": "^4.9.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.9",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1",
"open-browser-webpack-plugin": "0.0.5"
},
"dependencies": {
"antd": "^3.0.3",
"axios": "^0.17.1",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"prop-types": "^15.6.1",
"history": "^4.7.2"
}
}