-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
42
43
{
"name": "week-6",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"boxicons": "^2.1.4",
"cloudinary": "^1.34.0",
"cookie-parser": "~1.4.4",
"cropperjs": "^1.5.13",
"datatables.net": "^1.13.1",
"datatables.net-autofill": "^2.5.1",
"datatables.net-autofill-dt": "^2.5.1",
"datatables.net-buttons": "^2.3.3",
"datatables.net-buttons-dt": "^2.3.3",
"datatables.net-dt": "^1.13.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"modal": "^1.2.0",
"mongodb-legacy": "^4.0.0",
"mongoose": "^6.8.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nocache": "^3.0.4",
"nodemon": "^2.0.20",
"nouislider": "^15.7.0",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.8.6",
"toastify-js": "^1.12.0",
"twilio": "^4.8.0"
}
}