soo0115
... | @@ -16,10 +16,13 @@ | ... | @@ -16,10 +16,13 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.19.0", | |||
"cors": "^2.8.5", | |||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"mongoose": "^5.11.9", | "mongoose": "^5.11.9", | ||
"nanoid": "^3.1.20", | "nanoid": "^3.1.20", | ||
"nodemon": "^2.0.6", | "nodemon": "^2.0.6", | ||
"socket.io": "^3.0.5", | |||
"validator": "^13.5.2" | "validator": "^13.5.2" | ||
} | } | ||
} | } |
Please register or sign in to comment