-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "yarn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=dev webpack-dev-server --inline --progress --colors --mode development",
"build": "cross-env NODE_ENV=production webpack --config ./webpack.production.config.js --progress --colors --mode production"
},
"author": "刘丽娜",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-import": "^1.8.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.8",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"antd": "^3.10.1",
"axios": "^0.18.0",
"bundle-loader": "^0.5.6",
"copy-webpack-plugin": "^4.5.3",
"file-loader": "^2.0.0",
"history": "^4.7.2",
"http-proxy-middleware": "^0.19.0",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"nrm": "^1.0.2",
"open-browser-webpack-plugin": "0.0.5",
"qs": "^6.5.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"redux": "^4.0.0",
"redux-immutablejs": "0.0.8",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"sx-ajax": "^1.0.4",
"url-loader": "^1.1.1",
"webpack-dev-server": "^3.1.9"
},
"repository": "https://github.com/liulinana/webpack-react.git"
}