-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
48
{
"name": "cake-webapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"dependencies": {
"@emailjs/browser": "^3.9.1",
"bcrypt": "^5.0.1",
"compressorjs": "^1.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"emailjs": "^4.0.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"fs": "0.0.1-security",
"gifsicle": "^5.2.1",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"image-compressor": "^2.0.3",
"loaderjs": "^1.0.0",
"moment": "^2.29.4",
"mongodb": "^4.6.0",
"morgan": "~1.9.1",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.19",
"pngquant-bin": "^6.0.1",
"razorpay": "^2.8.3",
"save": "^2.5.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.4.17",
"twilio": "^3.84.0",
"unirest": "^0.6.0"
},
"devDependencies": {
"compress-images": "^2.0.5"
}
}