-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "ultrasound_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"fast-two-sms": "^3.0.0",
"handlebars": "^4.7.7",
"hbs": "^4.2.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.43",
"mongodb": "^5.1.0",
"mongoose": "^7.0.0",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.21",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"session-file-store": "^1.5.0",
"twilio": "^4.11.0"
}
}