-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 828 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
{
"name": "rideshare-application",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compressorjs": "^1.0.7",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"express": "~4.16.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.2",
"express-socket.io-session": "^1.3.5",
"http-errors": "^1.6.3",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"prompt-sync": "^4.2.0",
"puppeteer": "^10.1.0",
"save": "^2.4.0",
"socket.io": "^4.1.3"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}