-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 871 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
{
"name": "notalone-be",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"@sequelize/core": "^7.0.0-alpha.10",
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"react-country-region-selector": "^3.4.0",
"sendmail": "^1.6.1",
"sequelize": "^6.17.0"
}
}