-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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": "ecommerce",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "env-cmd -f ./config/dev.env nodemon ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.0.0",
"cookie-parser": "~1.4.4",
"csurf": "^1.10.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.16.2",
"express-validator": "^4.3.0",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"instamojo-nodejs": "0.0.5",
"mongoose": "^5.7.5",
"morgan": "~1.9.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"twilio": "^3.33.3"
},
"devDependencies": {
"env-cmd": "^9.0.3"
}
}