-
Notifications
You must be signed in to change notification settings - Fork 503
/
package.json
59 lines (59 loc) · 1.49 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
{
"name": "vuepro",
"version": "1.0.0",
"description": "vuepro",
"author": "hua1995116",
"private": true,
"scripts": {
"dev": "nodemon prod.server.js --watch schemas --watch server_modules --watch models --watch router --watch utils --watch prod.server.js",
"deploy": "node deploy/index.js",
"prod": "cross-env NODE_ENV=production node prod.server.js",
"lint": "eslint --ext .js,.vue src",
"pm2-prod": "pm2 start pm2.json --env production",
"commit": "git-cz"
},
"dependencies": {
"axios": "^0.16.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"express": "^4.14.1",
"fs-extra": "^7.0.0",
"jwt-simple": "^0.5.6",
"log4js": "^2.3.12",
"mongoose": "^4.9.5",
"multer": "^1.3.1",
"qiniu-node": "^0.0.1",
"redis": "^2.8.0",
"rimraf": "^2.6.0",
"shelljs": "^0.7.6",
"socket.io": "^1.7.3",
"superagent": "^3.5.2",
"webpack-merge": "^4.2.1",
"xss-filters": "^1.2.7"
},
"devDependencies": {
"commitizen": "^4.0.3",
"cos-nodejs-sdk-v5": "^2.4.9",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^3.0.2",
"mime": "^2.3.1",
"qiniu": "^7.2.1"
},
"engines": {
"node": ">= 8.5.0",
"npm": ">= 5.3.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}