-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 869 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
36
{
"name": "e-commerce",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0-alpha2",
"bson": "^5.2.0",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"custom-env": "^2.0.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.2",
"nodemon": "^2.0.21",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.8.6",
"unirest": "^0.6.0"
}
}