From bc41904e060d8a8eb91fb9ad4d2594b38f8d16d6 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 18 Jul 2025 02:30:59 +0530 Subject: [PATCH] =?UTF-8?q?Akcually,=20axios=20and=20sha1=20are=20required?= =?UTF-8?q?=20in=20backend=20=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Backend/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Backend/package.json b/Backend/package.json index 135c8ef..9a76632 100644 --- a/Backend/package.json +++ b/Backend/package.json @@ -11,6 +11,7 @@ "description": "", "dependencies": { "@google/generative-ai": "^0.24.1", + "axios": "^1.6.8", "bcrypt": "^6.0.0", "cloudinary": "^2.7.0", "cookie-parser": "^1.4.7", @@ -23,6 +24,7 @@ "mongoose": "^8.16.0", "multer": "^2.0.1", "nodemailer": "^7.0.3", + "sha1": "^1.1.1", "socket.io": "^4.8.1" }, "devDependencies": {