-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 Bytes
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
{
"name": "first-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.4",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^6.0.6",
"express-session": "^1.0.0",
"handlebars-helpers": "^0.8.4",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"jquery-zoom": "^1.7.21",
"js-image-zoom": "^0.7.0",
"mongodb": "^4.6.0",
"morgan": "^1.3.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^1.3.3",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.8.1",
"twilio": "^2.5.2",
"uid2": "^1.0.0"
}
}