-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 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": "booking-project-almost-there",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@extra-array/length": "^2.10.19",
"array-length": "^0.1.2",
"bcrypt": "^5.0.1",
"checkout.js": "^2.1.21",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"express": "~4.16.1",
"express-fileupload": "^1.3.1",
"express-handlebars": "^6.0.5",
"express-session": "^1.17.2",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"js-image-zoom": "^0.7.0",
"method-override": "^3.0.0",
"moment": "^2.29.3",
"mongodb": "^4.5.0",
"morgan": "~1.9.1",
"nodemon": "^2.0.15",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.8.1",
"sweetalert2": "^11.4.13",
"tinymce": "^6.0.2",
"twilio": "^3.78.0"
}
}