user creation and invites

This commit is contained in:
2025-06-24 16:31:13 -04:00
parent 23c8f468fe
commit a659401bde
32 changed files with 667 additions and 30 deletions

View File

@@ -12,9 +12,12 @@
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@types/nodemailer": "^6.4.17",
"bcrypt": "^6.0.0",
"crypto": "^1.0.1",
"next": "15.3.4",
"next-auth": "^4.24.11",
"nodemailer": "^7.0.3",
"prisma": "^6.10.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"