Remove unused font file and update font index; initialize database extensions with improved error handling; add EstabelecimentoLogo component for dynamic logo generation.

This commit is contained in:
Felipe Coutinho
2025-12-01 16:35:12 +00:00
parent c91edd0f31
commit 9cf89829f6
40 changed files with 6570 additions and 1114 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "opensheets",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@@ -27,10 +27,10 @@
"docker:rebuild": "docker compose up --build --force-recreate"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.48",
"@ai-sdk/google": "^2.0.43",
"@ai-sdk/openai": "^2.0.72",
"@openrouter/ai-sdk-provider": "^1.2.5",
"@ai-sdk/anthropic": "^2.0.52",
"@ai-sdk/google": "^2.0.44",
"@ai-sdk/openai": "^2.0.75",
"@openrouter/ai-sdk-provider": "^1.2.8",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
@@ -52,25 +52,24 @@
"@radix-ui/react-tooltip": "1.2.8",
"@remixicon/react": "4.7.0",
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"ai": "^5.0.101",
"@vercel/analytics": "^1.6.0",
"@vercel/speed-insights": "^1.3.0",
"ai": "^5.0.105",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.4.1",
"better-auth": "1.4.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "0.44.7",
"lucide-react": "0.554.0",
"motion": "^12.23.24",
"next": "16.0.4",
"motion": "^12.23.25",
"next": "16.0.6",
"next-themes": "0.4.6",
"pg": "8.16.3",
"react": "19.2.0",
"react-day-picker": "^9.11.2",
"react-day-picker": "^9.11.3",
"react-dom": "19.2.0",
"recharts": "3.5.0",
"recharts": "3.5.1",
"resend": "^6.5.2",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
@@ -89,9 +88,9 @@
"dotenv": "^17.2.3",
"drizzle-kit": "0.31.7",
"eslint": "9.39.1",
"eslint-config-next": "16.0.4",
"eslint-config-next": "16.0.6",
"tailwindcss": "4.1.17",
"tsx": "4.20.6",
"tsx": "4.21.0",
"typescript": "5.9.3"
}
}
}