-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.57 KB
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
{
"name": "tarsgateway-web",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "node src/app.js",
"local": "cross-env NODE_ENV=local ./node_modules/.bin/nodemon src/app.js",
"remote": "cross-env NODE_ENV=remote ./node_modules/.bin/nodemon src/app.js",
"dev": "cross-env NODE_ENV=dev ./node_modules/.bin/nodemon src/bin/app.js"
},
"dependencies": {
"@tars/config": "^2.0.5",
"@tars/logs": "^2.1.1",
"@tars/rpc": "*",
"@tars/stream": "*",
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"compressing": "^1.5.0",
"debug": "^2.6.3",
"eslint": "^4.19.1",
"fs-extra": "^5.0.0",
"koa": "^2.13.4",
"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-session": "^6.0.0",
"koa-static": "^4.0.3",
"koa-static-router": "^1.5.0",
"koa-views": "^5.2.1",
"loadash": "^1.0.0",
"lodash": "^4.17.14",
"moment": "^2.22.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"q": "^1.5.1",
"request-promise": "^4.2.6",
"request-promise-any": "^1.0.9",
"sequelize": "^5.21.2",
"url": "^0.11.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^1.17.5"
}
}