feat: implement app directory routing, authentication flow, and dynamic reporting module
This commit is contained in:
+10
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user