Akcually, axios and sha1 are required in backend 🤓

This commit is contained in:
K
2025-07-18 02:30:59 +05:30
parent 4fb54705ca
commit bc41904e06
+2
View File
@@ -11,6 +11,7 @@
"description": "", "description": "",
"dependencies": { "dependencies": {
"@google/generative-ai": "^0.24.1", "@google/generative-ai": "^0.24.1",
"axios": "^1.6.8",
"bcrypt": "^6.0.0", "bcrypt": "^6.0.0",
"cloudinary": "^2.7.0", "cloudinary": "^2.7.0",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
@@ -23,6 +24,7 @@
"mongoose": "^8.16.0", "mongoose": "^8.16.0",
"multer": "^2.0.1", "multer": "^2.0.1",
"nodemailer": "^7.0.3", "nodemailer": "^7.0.3",
"sha1": "^1.1.1",
"socket.io": "^4.8.1" "socket.io": "^4.8.1"
}, },
"devDependencies": { "devDependencies": {