feat: add hall logo support, fix fonts and build errors

This commit is contained in:
2025-12-07 15:57:01 +03:00
parent a0ed003a13
commit e263d2e235
20 changed files with 567 additions and 411 deletions

View File

@@ -9,7 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
@@ -27,17 +27,17 @@
"cmdk": "^1.1.1",
"date-fns": "^2.30.0",
"lucide-react": "^0.555.0",
"next": "16.0.7",
"next": "15.0.3",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react": "18.3.1",
"react-big-calendar": "^1.19.4",
"react-day-picker": "^9.11.3",
"react-dom": "19.2.0",
"react-hook-form": "^7.67.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.13"
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -51,4 +51,4 @@
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}