-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "think-ts",
"version": "2.4.4-PLUS",
"description": "TypeORM+KOA",
"scripts": {
"dev": "nodemon",
"tsc": "rm -rf ./build && tsc",
"build": "rm -rf ./build && gulp build",
"start": "ts-node app/index.ts",
"prod": "export NODE_ENV=production&& node -r tsconfig-paths/register build/index.js",
"pro": "set NODE_ENV=production&& node -r tsconfig-paths/register build/index.js",
"pm2": "pm2 start pm2.json"
},
"devDependencies": {
"@koa/multer": "^3.0.2",
"@types/express": "^4.17.17",
"@types/express-serve-static-core": "^4.17.35",
"@types/ioredis": "^5.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/koa": "^2.13.6",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/koa-views": "^7.0.0",
"@types/node": "^20.2.5",
"gulp": "^4.0.2",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
},
"dependencies": {
"crypto": "^1.0.1",
"ejs": "^3.1.9",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-compose": "^4.1.0",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"koa-views": "^8.0.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"pg": "^8.11.0",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.6.2",
"typeorm": "^0.3.16",
"underscore": "^1.13.6"
}
}