패키지 정리
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment