change reactions logic

This commit is contained in:
2025-07-08 14:55:20 +03:00
parent f437caf35b
commit 376fcb8556
3 changed files with 51 additions and 21 deletions

View File

@@ -10,16 +10,17 @@
},
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.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",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.9",
"uuid": "^9.0.0",
"cheerio": "^1.0.0-rc.12",
"swagger-jsdoc": "^6.2.8",
"uuid": "^9.0.0",
"vercel": "^39.3.0"
},
"devDependencies": {