-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 Bytes
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
{
"name": "hatewait-server",
"version": "0.0.0",
"private": true,
"scripts": {
"heroku-postbuild": "cd client && npm install --save && npm run build",
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~4.3.3",
"ejs": "~3.1.6",
"express": "^4.17.3",
"express-session": "^1.17.2",
"http-errors": "~2.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.10.0",
"mysql2": "^2.3.3",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"redis": "^4.0.4",
"sequelize": "^6.17.0",
"sequelize-auto": "^0.8.8",
"solapi": "^5.0.0",
"twilio": "^3.75.1"
},
"optionalDependencies": {
"utf-8-validate": "^5.0.9"
}
}