feat: add email verification and dark mode

This commit is contained in:
JetSprow
2026-04-29 10:55:20 +10:00
parent 2a50d789dd
commit 5215850bac
32 changed files with 1244 additions and 61 deletions

View File

@@ -24,6 +24,7 @@
"next": "16.2.4",
"next-auth": "^4.24.14",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.13",
"pg": "^8.20.0",
"qrcode.react": "^4.2.0",
"react": "19.2.4",
@@ -40,6 +41,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",