1
0
forked from noxious/server

asset mngr stuff

This commit is contained in:
2024-06-29 22:39:14 +02:00
parent 93adb85253
commit 6f6fddd861
10 changed files with 661 additions and 15 deletions

View File

@ -6,12 +6,14 @@
},
"dependencies": {
"@prisma/client": "^5.13.0",
"@types/sharp": "^0.32.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"prisma": "^5.13.0",
"sharp": "^0.33.4",
"socket.io": "^4.7.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",