Skip to content

Commit

Permalink
😶 began working on forgotten password backend 😶
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoumi committed Nov 18, 2024
1 parent 5a97384 commit 8ffe1a2
Show file tree
Hide file tree
Showing 20 changed files with 421 additions and 43 deletions.
8 changes: 6 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,28 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.21.1",
"bcrypt": "^5.1.1",
"connect-redis": "^7.1.1",
"cors": "^2.8.5",
"express": "^4.21.1",
"express-session": "^1.18.1",
"prisma": "^5.21.1",
"form-data": "^4.0.1",
"mailgun.js": "^10.2.3",
"node-cron": "^3.0.3",
"redis": "^4.7.0",
"zod": "^3.23.8",
"zod-prisma-types": "^3.1.8"
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "4",
"@types/express-session": "^1.18.0",
"@types/node": "^22.7.7",
"@types/node-cron": "^3.0.11",
"jest-mock-extended": "2.0.4",
"prisma": "^5.22.0",
"supertest": "^7.0.0",
"sync-request-curl": "^3.0.0",
"ts-node": "^10.9.2",
Expand Down
153 changes: 119 additions & 34 deletions backend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ffe1a2

Please sign in to comment.