Skip to content

Commit

Permalink
added compression
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin authored Apr 26, 2024
1 parent d7c8d4b commit fa3a6a9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "5.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.1.5",
"helmet": "^7.0.0",
"joi": "^17.10.0",
"express-validator": "^7.0.1",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"morgan": "^1.10.0",
"nodemailer": "^6.9.9",
"uuidv4": "^6.2.13"
"morgan": "^1.10.0"
},
"devDependencies": {
"yonode": "^1.0.0",
Expand Down

0 comments on commit fa3a6a9

Please sign in to comment.