-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
44
45
46
47
{
"name": "shoping-cart",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^2.6.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"csv-parser": "^3.0.0",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"email-check": "^1.1.0",
"email-existence": "^0.1.6",
"email-verifier": "^0.4.1",
"express": "~4.16.0",
"express-fileupload": "^1.2.1",
"express-handlebars": "^3.1.0",
"express-mailer": "^0.3.1",
"express-session": "^1.17.2",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"handlebars-dateformat": "^1.1.1",
"hbs": "^4.1.2",
"http": "0.0.0",
"http-errors": "~1.6.2",
"http-server": "^0.11.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.9",
"mongoose": "^5.12.12",
"morgan": "~1.9.0",
"multer": "^1.4.2",
"nodemailer": "^5.1.1",
"nodemailer-express-handlebars": "^3.3.0",
"path": "^0.12.7",
"socket.io": "^2.4.1",
"socketio": "^1.0.0"
},
"devDependencies": {
"handlebars": "^4.7.7",
"nodemon": "^2.0.7"
}
}