-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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
{
"name": "e-commerce",
"version": "1.0.0",
"description": "plant e-commerce store",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Isha Kapoor",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"handlebars": "^4.7.7",
"hbs": "^4.1.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.6",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"passport-remember-me": "^0.0.1",
"query-string": "^7.0.1",
"stripe": "^8.186.1"
}
}