general chat

This commit is contained in:
gprunet
2026-01-12 17:27:07 +01:00
parent e053d0faa7
commit f79e6bd9fc
7 changed files with 128 additions and 7 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
{
"dependencies":
{
"express": "^4.18.2"
"express": "^4.18.2",
"pg": "^8.11.3",
"bcrypt": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"dotenv": "^17.2.3",
"socket.io": "^4.6.1",
"cors": "^2.8.5"
}
}