This commit is contained in:
freedakgmail
2025-11-23 03:07:39 +08:00
parent 626d7dddde
commit e92884ae53
679 changed files with 208175 additions and 1183474 deletions
+9 -4
View File
@@ -6,11 +6,15 @@
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start"
"start": "next start",
"db:seed": "tsx prisma/seed.ts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@prisma/client": "^7.0.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
@@ -57,8 +61,9 @@
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"next": "16.0.3",
"next-auth": "5.0.0-beta.30",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"prisma": "^5.22.0",
"react": "19.2.0",
"react-day-picker": "9.8.0",
"react-dom": "19.2.0",
@@ -81,8 +86,8 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5",
"prisma": "^7.0.0",
"tailwindcss": "^4.1.9",
"tsx": "^4.19.2",
"tw-animate-css": "1.3.3",
"typescript": "^5"
}