Intento de Creador

This commit is contained in:
2025-12-28 18:41:58 -03:00
parent d598e61985
commit 690c4d6ad7
10 changed files with 700 additions and 348 deletions

View File

@@ -13,10 +13,12 @@
"express": "^4.18.2",
"pg": "^8.11.0",
"socket.io": "^4.6.1",
"@prisma/client": "^5.0.0"
"@prisma/client": "^5.0.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prisma": "^5.0.0"
}
}
}