-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "ReactRouter",
"version": "1.0.0",
"main": "index.js",
"author": "xhonker <[email protected]>",
"license": "MIT",
"dependencies": {
"antd-mobile": "^1.1.3",
"axios": "^0.16.1",
"immutable": "^3.8.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "2.8.1",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"dev": "webpack-dev-server --open --devtool eval --content-base dist --progress --colors --hot --inline",
"dist": "webpack --config webpack.config.dev.babel.js --progress --color --display-error-details --display-reasons -p"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-import": "^1.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"jsx-loader": "^0.13.2",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"postcss-loader": "1.3.3",
"redux-logger": "^3.0.6",
"style-loader": "^0.17.0",
"svg-sprite-loader": "0.2.0",
"webpack": "2.4.1",
"webpack-dev-server": "^2.4.5"
}
}