-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "bokeadminkoa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev ./src/app.ts --mode dev ",
"start": "tsc && node ./dist/src/app.js",
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node-fetch": "^2.6.11",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs": "^1.11.10",
"fontmin": "^1.0.1",
"ip2region": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.0",
"koa-mount": "^4.0.0",
"koa-multer": "^1.0.2",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"md5": "^2.3.0",
"mongoose": "^8.1.2",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.13",
"reflect-metadata": "^0.2.2",
"routing-controllers": "^0.10.4",
"rxjs": "^7.8.1",
"socket.io": "^4.7.4",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/koa": "^2.14.0",
"@types/koa-mount": "^4.0.5",
"@types/koa-multer": "^1.0.4",
"@types/koa-session": "^6.4.5",
"@types/koa-static": "^4.0.4",
"@types/md5": "^2.3.5",
"@types/multer": "^1.4.11",
"@types/mysql": "^2.15.25",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.8"
}
}