-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "ice",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "huanglong <[email protected]>",
"private": true,
"scripts": {
"dev": "nodemon -w ./server -w ./start.js --exec node ./start.js",
"build": "nuxt build",
"ngrok": "./server/bin/ngrok",
"start": "cross-env NODE_ENV=production node build/main.js",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^0.16.2",
"babel-preset-latest-node": "0.2.2",
"bcrypt": "^1.0.2",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.0.0",
"ejs": "^2.5.6",
"formstream": "^1.1.0",
"graphql": "0.10.1",
"graphql-date": "^1.0.3",
"graphql-server-koa": "0.8.3",
"koa": "^2.0.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "v7.2.1",
"koa-session": "^5.4.0",
"lodash": "^4.17.4",
"mongoose": "^4.11.0",
"node-sass": "^4.5.3",
"nuxt": "~1.0.0-alpha1",
"pug": "^2.0.0-rc.2",
"qiniu": "6.1.13",
"qiniu-web-uploader": "^2.1.2",
"random-token": "^0.0.8",
"raw-body": "^2.2.0",
"request-promise": "^4.2.1",
"sass-loader": "^6.0.6",
"sha1": "^1.1.1",
"source-map-support": "^0.4.15",
"vue-awesome-swiper": "^2.5.0",
"wechat-pay": "^0.2.5",
"xml2js": "^0.4.17",
"xss": "^0.3.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-stage-3": "6.24.1",
"backpack-core": "^0.3.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.11.0",
"scmp": "^2.0.0"
}
}