-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 3.07 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
98
99
{
"name": "turbo-admin",
"version": "0.0.1",
"description": "koa2 webpack",
"main": "index.js",
"engines": {
"node": ">=4.2.0",
"npm": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zmGitHub/turbo-admin.git"
},
"author": "turbo <[email protected]> (https://github.com/zmGitHub)",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=development node bin/dev",
"build-web": "cross-env NODE_ENV=production webpack --config build/webpack.config.prod.js --progress --hide-modules"
},
"dependencies": {
"antd": "^3.12.1",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"dva": "^2.4.1",
"dva-loading": "^2.0.6",
"history": "^4.7.2",
"interactjs": "^1.3.4",
"ip": "^1.1.5",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-router": "^7.4.0",
"koa2-proxy-middleware": "^0.0.4",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"react": "16.7.0-alpha.0",
"react-color": "^2.17.0",
"react-dom": "16.7.0-alpha.0",
"react-loadable": "^5.5.0",
"react-sortable-hoc": "^0.8.4",
"scroll-into-view-if-needed": "^2.2.20",
"shortid": "^2.2.14"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.11.0",
"babel-plugin-lodash": "^3.3.4",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"compressible": "^2.0.15",
"connect-history-api-fallback": "^1.5.0",
"cross-env": "^5.2.0",
"css-loader": "^2.0.1",
"cssnano": "^4.1.7",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"extract-css-chunks-webpack-plugin": "^3.2.1",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash-webpack-plugin": "^0.11.5",
"moment-locales-webpack-plugin": "^1.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.7",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.6.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.5"
}
}