Merge remote-tracking branch 'origin/young' into jiweon827
This diff is collapsed.
client/src/Pages/img1.png
0 → 100644
1.52 MB
client/src/Pages/img2.jpg
0 → 100644
205 KB
client/src/Pages/img_1.png
0 → 100644
26.4 KB
client/src/Pages/img_2.png
0 → 100644
6.6 KB
client/src/Pages/img_3.jpg
0 → 100644
19.7 KB
client/src/Pages/rion.png
0 → 100644
13.4 KB
No preview for this file type
... | @@ -5,8 +5,8 @@ | ... | @@ -5,8 +5,8 @@ |
"main": "index.js", | "main": "index.js", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "dev": "nodemon server/server.js", | ||
"dev": "nodemon server/server.js" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -21,7 +21,6 @@ | ... | @@ -21,7 +21,6 @@ |
"body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"jsonwebtoken": "^8.5.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", | ||
... | ... |