feat: username/ww login, tijdzone fix, Vannacht → Eergisternacht"
Some checks failed
Build & Deploy / build (push) Failing after 1m11s

This commit is contained in:
2026-05-15 18:12:47 +02:00
parent cfd9ed4eae
commit a094e67f69
10 changed files with 316 additions and 70 deletions

View File

@@ -17,7 +17,8 @@
"next": "^14.2.5",
"next-auth": "^4.24.7",
"react": "^18.3.0",
"react-dom": "^18.3.0"
"react-dom": "^18.3.0",
"bcryptjs": "^2.4.3"
},
"devDependencies": {
"@types/node": "^20.14.0",
@@ -27,6 +28,7 @@
"postcss": "^8.4.38",
"prisma": "^5.16.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"@types/bcryptjs": "^2.4.6"
}
}
}