新增評分項目設定、資料庫整合

This commit is contained in:
2025-09-22 00:33:12 +08:00
parent 8de09129be
commit 9d4c586ad3
20 changed files with 2321 additions and 79 deletions

View File

@@ -6,7 +6,9 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"db:init": "node scripts/init-database-simple.js",
"db:test": "node scripts/test-database.js"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
@@ -47,8 +49,10 @@
"geist": "latest",
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"mysql2": "^3.15.0",
"next": "14.2.16",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"react": "^18",
"react-day-picker": "9.8.0",
"react-dom": "^18",