-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.32 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
{
"name": "huiyin",
"version": "1.0.1",
"description": "绘音",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --host 127.0.0.1 --open --inline --hot",
"build": "rm -rf ./dist && cross-env NODE_ENV=production webpack --config ./build/webpack.prod.js --progress --hide-modules",
"serve": "cross-env NODE_ENV=development node ./server/index.js"
},
"keywords": [],
"author": "Misic",
"license": "ISC",
"dependencies": {
"debug": "^2.6.3",
"kcors": "^1.3.2",
"koa": "^2.2.0",
"koa-body": "^2.0.1",
"koa-bodyparser": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-nunjucks-next": "^1.1.2",
"koa-router": "^7.0.1",
"koa-send": "^3.3.0",
"koa-session": "^5.0.0",
"koa-slash": "^0.2.0",
"koa-cors": "^0.0.16",
"koa-multer": "^1.0.1",
"lodash": "^4.17.4",
"mongoose": "^4.8.2",
"mongoose-paginate": "^5.0.3",
"vue": "^2.3.3",
"vue-router": "^2.5.3",
"vuex": "^2.3.1",
"vue-cropper": "^0.1.3",
"webimg": "^0.3.3"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^4.0.0",
"css-loader": "^0.27.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"koa-session-redis": "^1.1.0",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.3",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"supervisor": "^0.12.0",
"url-loader": "^0.5.8",
"vue-loader": "^12.0.4",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2",
"webpack-md5-hash": "^0.0.5"
}
}