This commit is contained in:
2024-06-06 15:14:23 +05:00
parent af10788000
commit ccca61d2bf
9 changed files with 288 additions and 169 deletions
+3 -1
View File
@@ -11,13 +11,15 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"got-cjs": "^12.5.4",
"mongoose": "^8.1.2",
"socket.io": "^4.7.4"
"nodemailer": "^6.9.12"
},
"devDependencies": {
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/node": "^20.8.10",
"@types/nodemailer": "^6.4.14",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"