-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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": "smartshopper",
"version": "1.0.0",
"description": "ecommerce-store",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"dev": "node app.js"
},
"author": "Harsh Haria",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cloudinary": "^1.32.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"hbs": "^4.2.0",
"mongodb": "^4.7.0",
"mongoose": "^6.4.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.7",
"pdfkit": "^0.13.0",
"pug": "^3.0.2",
"sequelize": "^6.21.2",
"stripe": "^10.2.0",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}