-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
40
41
{
"name": "reserva",
"version": "1.0.0",
"description": "Movie booking application user can book movie ticket and Theater owners can add theater and movies ect",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "cross-env NODE_ENV=development nodemon app"
},
"author": "Abhijith",
"license": "ISC",
"dependencies": {
"connect-mongo": "^4.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^4.5.0",
"mongoose": "^6.4.6",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"qrcode": "^1.5.0",
"razorpay": "^2.8.1",
"sweetalert2": "^11.4.18",
"twilio": "^3.77.0",
"underscore": "^1.13.3",
"use-spinner": "^0.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^1.19.4"
}
}