forked from yoojeongtak/KOREART
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "KoreArt-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "cd client && npm install && npm run build"
},
"dependencies": {
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongoose": "^6.2.3",
"morgan": "^1.10.0",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"query-string": "^7.1.1",
"react-router-dom": "^5.3.0",
"stylus": "^0.56.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}