-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "raw",
"version": "1.0.0",
"description": "Online Shopping Web App",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"start-server" : "node app.js",
"start:dev": "nodemon app.js"
},
"engines" : {"node" : "11.6.0"},
"author": "Mohammad Anas",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.18.9"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.2.1",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.1.1",
"csurf": "^1.9.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"helmet": "^3.15.1",
"mongodb": "^3.1.13",
"mongoose": "^5.4.12",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"nodemailer": "^5.1.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"pdfkit": "^0.9.0",
"sequelize": "^4.42.0",
"stripe": "^6.25.1"
}
}