-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "webpack-sample",
"version": "1.0.0",
"description": "webpack sample ",
"dependencies": {
"antd": "^1.9.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-promise-middleware": "^3.3.2",
"redux-thunk": "^2.1.0",
"superagent": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.10",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.10.0",
"postcss-scss": "^0.1.9",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-md5-hash": "0.0.5"
},
"scripts": {
"wbpk": "webpack --colors --profile --display-modules",
"dll": "webpack --config webpack.libs.js"
},
"keywords": [
"webpack",
"sample"
],
"author": "functions",
"license": "MIT"
}