-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
38
39
{
"name": "gocars",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^1.7.5",
"bcrypt": "^5.1.1",
"bootstrap-icons": "^1.11.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "~2.6.1",
"express": "^4.21.0",
"express-session": "^1.18.0",
"fuse.js": "^7.0.0",
"gocars": "file:",
"helmet": "^7.1.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.3",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.15",
"otp-generator": "^4.0.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^8.0.0",
"razorpay": "^2.9.4",
"uuid": "^10.0.0",
"validator": "^13.12.0"
}
}