-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.39 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
{
"name": "react-dom",
"version": "1.0.0",
"description": "jianguo",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack.config.js",
"watch": "webpack --watch",
"build": "webpack --config webpack.prod.js",
"start": "node app.js"
},
"author": "zjx0723",
"license": "ISC",
"dependencies": {
"@babel/cli": "7.0.0-beta.49",
"@babel/core": "7.0.0-beta.49",
"@koa/cors": "^2.2.2",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-component": "^1.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-vue": "^2.0.1",
"css-loader": "^0.28.10",
"cssnano": "^3.10.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"imports-loader": "^0.8.0",
"koa": "^2.5.2",
"koa-body": "^4.0.4",
"koa-mount": "^3.0.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.10",
"mint-ui": "^2.2.13",
"mobx": "^3.6.1",
"mobx-react": "^4.4.3",
"multiparty": "^4.2.0",
"open": "^0.0.5",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.1",
"precss": "^3.1.2",
"px2rem-loader": "^0.1.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"request": "^2.87.0",
"requirejs-babel": "^0.0.9",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.3",
"url-loader": "^1.0.1",
"vue": "^2.5.15",
"vue-loader": "^14.2.1",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.15",
"vue2-animate": "^2.0.0",
"vuex": "^3.0.1",
"webpack": "^4.16.0",
"webpack-command": "^0.4.1",
"webpack-dev-server": "^3.1.1"
}
}