-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "pgnode",
"version": "1.0.0",
"description": "node-application-and-pg",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Erkan Isuf",
"license": "ISC",
"dependencies": {
"@pusher/push-notifications-server": "^1.2.1",
"@sendgrid/mail": "^7.4.2",
"aws-sdk": "^2.831.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-pg-simple": "^6.2.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"jsonwebtoken": "^8.5.1",
"loadash": "^1.0.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.17",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"pg-promise": "^10.8.6",
"pusher": "^4.0.2",
"socket.io": "^3.0.5",
"uuid": "^8.3.2"
}
}