-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 886 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
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev" : "nodemon backend/index.js",
"build" : "npm install && npm install --prefix my-app && npm run build --prefix my-app",
"start": "nodemon backend/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-middleware": "^3.4.2",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"middleware": "^1.0.0",
"mongodb": "^6.13.0",
"mongoose": "^8.7.2",
"nodemon": "^3.1.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^8.0.0",
"react-router-dom": "^6.27.0"
},
"description": ""
}