From 68f0925b5f84c4f2e78c694b1230bb745fc65cfe Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Tue, 20 Aug 2024 13:03:51 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7]=20=EB=AC=B8=EC=84=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 105d852..ce46d67 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "author": "Team.Stein", "license": "ISC", "dependencies": { - "express": "^4.19.2" + "express": "^4.19.2", + "cookie-parser": "^1.4.6", + "body-parser": "^1.19.2", + "express-session": "^1.17.3", + "cors": "^2.8.5" } } \ No newline at end of file