-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
{
"name": "webpack-midum",
"version": "1.0.0",
"description": "this is a study demo",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node ./scripts/dev.js",
"build": "cross-env webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cq5282000/webpack-midum.git"
},
"author": "chenqu",
"license": "ISC",
"bugs": {
"url": "https://github.com/cq5282000/webpack-midum/issues"
},
"homepage": "https://github.com/cq5282000/webpack-midum#readme",
"dependencies": {
"antd": "^3.2.3",
"file-loader": "^1.1.11",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0-beta.7",
"recorder-js": "^1.0.7",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"html-webpack-plugin": "^2.29.0",
"open": "^0.0.5",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"rd": "^1.1.2",
"react-redux": "^5.0.6",
"react-router": "3",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"style-loader": "^0.18.2",
"whatwg-fetch": "^2.0.3"
}
}