Skip to content

Commit

Permalink
removed backend unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
swoopertr committed Dec 6, 2024
1 parent 69afe07 commit 507b966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand All @@ -25,7 +24,7 @@
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.15",
"pg": "^8.11.5",

"sequelize": "^6.37.3"
},
"devDependencies": {
Expand Down

0 comments on commit 507b966

Please sign in to comment.