This commit is contained in:
JakkrapartXD 2026-01-13 03:10:44 +00:00
parent a3da5c9d55
commit f026c14f0c
9 changed files with 7286 additions and 6 deletions

View file

@ -20,6 +20,7 @@
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@tsoa/runtime": "7.0.0-alpha.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
@ -30,6 +31,7 @@
"jsonwebtoken": "^9.0.2",
"minio": "^8.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^7.0.12",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"swagger-ui-express": "^5.0.1",
@ -43,6 +45,7 @@
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.5",
"@types/nodemailer": "^7.0.5",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",