-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.83 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "zpyg",
"version": "0.0.1",
"description": "Hybrid App、SPA、react、redux antd-mobile",
"author": "locke",
"scripts": {
"dev": "webpack-dev-server --config ./webpack.config.js --env.development --env.devServer",
"test": "webpack --config ./webpack.config.js --progress --colors --env.test",
"prev": "webpack --config ./webpack.config.js --progress --colors --env.prev",
"prod": "webpack --config ./webpack.config.js --progress --colors --env.production"
},
"browserslist": [
"last 4 versions",
"Firefox ESR",
"> 1%",
"ie >= 8",
"iOS >= 8",
"Android >= 4"
],
"theme": {
"brand-primary": "#cf2545",
"brand-primary-tap": "#b8213d",
"color-text-base": "#333",
"hd": "2px"
},
"dependencies": {
"@hot-loader/react-dom": "^16.8.6",
"antd-mobile": "^2.3.1",
"axios": "^0.17.0",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"history": "^4.10.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-fastclick": "^3.0.2",
"react-hot-loader": "^4.3.5",
"react-redux": "~4.4.8",
"react-router": "^4.3.1",
"react-router-dom": "^4.1.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"ejs-loader": "^0.3.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"open-browser-webpack-plugin": "0.0.5",
"postcss-loader": "^2.0.6",
"postcss-pxtorem": "^4.0.1",
"raw-loader": "^0.5.1",
"react-router-loader": "^0.5.4",
"style-loader": "^0.18.2",
"svg-sprite-loader": "^0.3.1",
"svgo-loader": "^1.2.1",
"url-loader": "^0.5.8",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.11.5"
}
}