Authorization, favorites and players have been moved to the API server

This commit is contained in:
2025-07-07 18:08:42 +03:00
parent df03badb88
commit a251e38302
12 changed files with 1735 additions and 5 deletions

View File

@@ -13,6 +13,12 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.5.0",
"nodemailer": "^6.9.9",
"uuid": "^9.0.0",
"cheerio": "^1.0.0-rc.12",
"swagger-jsdoc": "^6.2.8",
"vercel": "^39.3.0"
},