-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.78 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
93
94
95
96
97
{
"name": "webpack-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rimraf dist && node tasks/build.js",
"build:a": "rimraf dist && node tasks/build.js --analysis",
"dev": "node tasks/dev.js",
"dev:a": "node tasks/dev.js --analysis",
"server": "node ./server/bin/www",
"server:w": "./node_modules/.bin/nodemon server/bin/www",
"i18n": "node tasks/i18n.js "
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.13.2",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.22.0",
"chalk": "^2.2.0",
"clean-webpack-plugin": "^0.1.14",
"commander": "^2.19.0",
"connect-history-api-fallback": "^1.4.0",
"copy-webpack-plugin": "^4.5.4",
"core-js": "^2.4.1",
"cross-env": "^5.1.1",
"debug": "^2.6.3",
"ejs": "~2.3.3",
"eslint": "^3.19.0",
"eslint-plugin-html": "^3.0.0",
"exceljs": "^1.7.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"fs-extra": "*",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.12.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"keywords": [],
"author": "189 <[email protected]>",
"license": "ISC",
"dependencies": {
"antd": "^3.7.3",
"autoprefixer": "^7.1.5",
"axios": "^0.18.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"css-loader": "^0.28.11",
"echarts": "^4.2.0-rc.1",
"js-base64": "^2.4.9",
"jsencrypt": "^3.0.0-rc.1",
"koa2-cors": "^2.0.6",
"lib-flexible": "^0.3.2",
"mockjs": "^1.0.1-beta3",
"moment": "^2.24.0",
"nodemon": "^1.8.1",
"progress-bar-webpack-plugin": "^1.11.0",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-hot-loader": "^4.3.4",
"react-intl-universal": "^1.15.5",
"react-loadable": "^5.4.0",
"react-loading": "^2.0.3",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-merge": "^4.1.3"
}
}