big chungus; big changes

This commit is contained in:
2025-10-22 15:01:08 -04:00
parent bb515f1219
commit 390f637c48
33 changed files with 907 additions and 1783 deletions

View File

@@ -11,9 +11,15 @@
"typescript": "^5"
},
"dependencies": {
"@hono/standard-validator": "^0.1.5",
"@prisma/client": "^6.7.0",
"@socket.io/bun-engine": "^0.0.3",
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"bcrypt": "^6.0.0",
"hono": "^4.10.2",
"socket.io": "^4.8.1"
"jsonwebtoken": "^9.0.2",
"socket.io": "^4.8.1",
"valibot": "^1.1.0"
}
}