updateweb

This commit is contained in:
Local Server
2026-01-01 22:24:30 -06:00
parent 017c6376fc
commit 1919f6f8bb
185 changed files with 19860 additions and 17603 deletions

View File

@@ -9,6 +9,7 @@
},
"dependencies": {
"bcrypt": "^5.1.1",
"compression": "^1.8.1",
"connect-pg-simple": "^9.0.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
@@ -23,5 +24,10 @@
"pg": "^8.11.3",
"uuid": "^9.0.1",
"winston": "^3.19.0"
},
"devDependencies": {
"@prisma/client": "^5.7.1",
"nodemon": "^3.1.11",
"prisma": "^5.7.1"
}
}