머지완료 및 수정사항, 디버깅
This diff is collapsed.
... | @@ -17,16 +17,20 @@ | ... | @@ -17,16 +17,20 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"bcryptjs": "^2.4.3", | |||
"charset": "^1.0.1", | "charset": "^1.0.1", | ||
"cheerio": "^1.0.0-rc.5", | "cheerio": "^1.0.0-rc.5", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"iconv": "^3.0.0", | "iconv": "^3.0.0", | ||
"iconv-lite": "^0.6.2", | "iconv-lite": "^0.6.2", | ||
"jschardet": "^2.2.1", | "jschardet": "^2.2.1", | ||
"jsonwebtoken": "^8.5.1", | |||
"mongoose": "^5.11.9", | "mongoose": "^5.11.9", | ||
"nodemon": "^2.0.7", | |||
"query-string": "^6.13.8", | "query-string": "^6.13.8", | ||
"request": "^2.88.2", | "request": "^2.88.2", | ||
"request-promise": "^4.2.6", | "request-promise": "^4.2.6", | ||
"styled-components": "^5.2.1" | "styled-components": "^5.2.1", | ||
"validator": "^13.5.2" | |||
} | } | ||
} | } |
Please register or sign in to comment