forked from ymm-tech/gods-pen-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "gods-pen-server",
"version": "1.0.0",
"description": "码良服务端",
"private": false,
"dependencies": {
"ali-oss": "^5.2.0",
"babel-core": "6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"captchapng": "^0.0.1",
"co": "^4.6.0",
"crypto-js": "^3.1.9-1",
"egg": "2.26.0",
"egg-cors": "^1.1.0",
"egg-multipart": "^2.4.0",
"egg-mysql": "^3.0.0",
"egg-security": "2.5.0",
"egg-sequelize": "2.0.2",
"egg-validate": "^1.0.0",
"elasticsearch": "^15.1.1",
"ioredis": "^4.6.2",
"js-yaml": "^3.13.1",
"jszip": "^3.2.2",
"md5": "^2.2.1",
"mime": "^2.4.0",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"nodemailer": "^4.0.1",
"nunjucks": "^3.0.0",
"opentsdb-node-client": "^1.0.1",
"psd": "^3.2.0",
"random-ua": "^0.0.6",
"rimraf": "^3.0.0",
"stream-wormhole": "^1.1.0"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.3.0",
"egg-ci": "^1.6.0",
"egg-mock": "^3.20.0",
"egg-scripts": "^2.11.1",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",
"webstorm-disable-index": "^1.1.2"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"dev": "cross-env EGG_SERVER_ENV=dev egg-bin dev --port 7051",
"debug": "cross-env EGG_SERVER_ENV=dev egg-bin debug --port 7051",
"lint": "eslint .",
"serve": "cross-env EGG_SERVER_ENV=production NODE_ENV=production egg-scripts start --port=7051 --title=gods-pen-server --daemon && echo",
"stop": "egg-scripts stop --title=gods-pen-server"
},
"repository": {
"type": "git",
"url": ""
},
"license": "MIT"
}