feat: implement app directory routing, authentication flow, and dynamic reporting module

This commit is contained in:
Firman Ramdhani
2026-08-28 15:50:01 +07:00
parent 3e68d12ce4
commit 84e6599b23
28 changed files with 1869 additions and 478 deletions
+10 -2
View File
@@ -13,9 +13,11 @@
"@base-ui/react": "^1.7.0",
"@hookform/resolvers": "^5.9.1",
"@prisma/client": "^5.22.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"jose": "^6.2.10",
"lucide-react": "^1.34.0",
"next": "16.3.3",
"prisma": "^5.22.0",
@@ -32,6 +34,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
@@ -39,6 +42,11 @@
"eslint": "^9",
"eslint-config-next": "16.3.3",
"tailwindcss": "^4",
"typescript": "^5"
"ts-node": "^10.9.2",
"tsx": "^4.23.12",
"typescript": "^7.0.2"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}
}