-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 861 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
{
"name": "clinic-management-system",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"bcrypt": "^5.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-fileupload": "^1.2.0",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"express-subdomain": "^1.0.5",
"fast-two-sms": "^2.1.0",
"fuse.js": "^6.4.3",
"google-auth-library": "^6.1.3",
"hbs": "^4.1.1",
"helmet": "^4.2.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"morgan": "~1.9.1",
"socket.io": "^3.0.4",
"twilio": "^3.53.0",
"xlsx": "^0.16.9"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}