-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
85 lines (85 loc) · 2.76 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
76
77
78
79
80
81
82
83
84
85
{
"name": "tars-web",
"version": "3.0.15",
"private": true,
"scripts": {
"start": "node bin/www",
"startc": "./node_modules/.bin/nodemon bin/www",
"local": "cross-env NODE_ENV=local ./node_modules/.bin/nodemon bin/www",
"remote": "cross-env NODE_ENV=remote ./node_modules/.bin/nodemon bin/www",
"dev": "cross-env NODE_ENV=dev ./node_modules/.bin/nodemon bin/www",
"k8s": "cross-env NODE_ENV=k8s ./node_modules/.bin/nodemon bin/www",
"all": "cross-env NODE_ENV=all ./node_modules/.bin/nodemon bin/www",
"kdev": "cross-env NODE_ENV=kdev ./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www --name=tars-node-web"
},
"dependencies": {
"@kubernetes/client-node": "^0.16.2",
"@tars/rpc": "*",
"@tars/stream": "*",
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"callsite": "^1.0.0",
"cluster": "^0.7.7",
"compressing": "^1.5.0",
"cron": "^1.8.2",
"debug": "^2.6.3",
"eslint": "^4.19.1",
"express": "^4.17.1",
"fs-extra": "^5.0.0",
"hashring": "^3.2.0",
"install": "^0.11.0",
"internal-ip": "^3.0.1",
"js-yaml": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.5.1",
"koa-bodyparser": "^3.2.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-helmet": "^4.0.0",
"koa-json": "^2.0.2",
"koa-limit": "^1.0.2",
"koa-logger": "^2.0.1",
"koa-multer": "^1.0.2",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-send": "^4.1.0",
"koa-server-http-proxy": "^0.1.0",
"koa-session": "^6.0.0",
"koa-static": "^4.0.3",
"koa-static-router": "^1.3.0",
"koa-views": "^5.2.1",
"ldapjs": "^2.0.0",
"loadash": "^1.0.0",
"lodash": "^4.17.14",
"md5": "^2.3.0",
"md5-file": "^4.0.0",
"memory-cache": "^0.2.0",
"miniprogram-sm-crypto": "^0.3.7",
"moment": "^2.22.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"node-schedule": "^1.3.0",
"node-ssh": "^5.1.1",
"node-xlsx": "^0.16.1",
"q": "^1.5.1",
"request": "^2.87.0",
"request-promise": "^4.2.6",
"request-promise-any": "^1.0.9",
"sequelize": "^5.21.2",
"sha1": "^1.1.1",
"svg-captcha": "^1.4.0",
"telnet-client": "^1.4.9",
"url": "^0.11.0",
"uuid": "^7.0.2",
"validator": "^9.4.1",
"websocket": "^1.0.33",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^1.7.2",
"zip-local": "^0.3.4"
},
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^1.17.5"
}
}