generated from acmucsd-projects/mern-template-updated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 Bytes
/
package.json
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
33
34
35
36
37
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon backend/app.js",
"start": "node backend/app.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"
},
"type": "module",
"dependencies": {
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"concurrently": "^9.1.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-async-handler": "^1.2.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.8.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"react-lottie": "^1.2.10",
"react-notification-badge": "^1.5.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}