-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 957 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
37
38
39
40
{
"name": "zairza",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"@sendgrid/mail": "^7.4.4",
"admin-bro": "^3.4.0",
"agenda": "^4.1.3",
"aws-sdk": "^2.929.0",
"connect-mongo": "^4.4.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.16.4",
"express-formidable": "^1.2.0",
"express-partials": "^0.3.0",
"express-session": "^1.17.1",
"firebase-admin": "^9.6.0",
"fs": "0.0.1-security",
"handlebars": "^4.7.7",
"mongoose": "^5.12.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.2",
"path": "^0.12.7",
"tslib": "^2.1.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}