private라우터 적용/ 회원가입, 로그인 수정, Menu 수정
client/src/Hello.js
deleted
100644 → 0
... | ... | @@ -16,9 +16,16 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"bcrypt": "^5.0.0", | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"mongoose": "^5.11.9", | ||
"nanoid": "^3.1.20", | ||
"nodemon": "^2.0.6", | ||
"socket.io": "^3.0.5", | ||
"validator": "^13.5.2" | ||
} | ||
} |
Please register or sign in to comment