-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2 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
{
"name": "pa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development --progress --colors --config webpack.config.js",
"build": "webpack --mode production --progress --colors --config webpack.config.prod.js",
"dll": "webpack --mode production --progress --colors --config webpack.dll.config.js"
},
"keywords": [
"汇商通盈",
"汇旺财",
"企业福利",
"福利",
"商户"
],
"author": "hsty",
"license": "ISC",
"devDependencies": {
"antd": "^3.10.5",
"autoprefixer": "^9.3.1",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"fast-uglifyjs-plugin": "^0.3.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"mobx": "^4.2.1",
"mobx-react": "^5.2.3",
"moment": "^2.22.2",
"postcss": "^7.0.0",
"postcss-loader": "^2.1.6",
"prop-types": "^15.6.2",
"qrcode.react": "^0.8.0",
"react": "^16.4.2",
"react-countup": "^2.1.1",
"react-dom": "^16.4.2",
"react-fastclick": "^3.0.1",
"react-router": "^3.0.2",
"url-loader": "^1.0.1",
"webpack": "^4.16.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}