From ab174324d360c8e4d35f21eb4c13514bf5a43f98 Mon Sep 17 00:00:00 2001 From: Daeki Yoon Date: Wed, 20 Jul 2022 09:44:22 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 55677f1..693e949 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@types/bcryptjs": "^2.4.2", "@types/cookie-parser": "^1.4.3", "@types/express": "^4.17.13", + "@types/formidable": "^2.0.5", "@types/jsonwebtoken": "^8.5.8", "@types/validator": "^13.7.4", "nodemon": "^2.0.16", @@ -33,8 +34,6 @@ "typescript": "^4.7.4" }, "dependencies": { - "@types/formidable": "^2.0.5", - "axios": "^0.27.2", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.6", "express": "^4.18.1", -- GitLab