-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
{
"dependencies": {
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.0.2",
"express": "^4.17.2",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"http": "^0.0.1-security",
"http-proxy-middleware": "^2.0.2",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"query-string": "^7.1.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"serve-favicon": "^2.5.0",
"twilio": "^3.74.0",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1"
},
"scripts": {
"start": "nodemon ./server/server.js"
}
}