refactor(core): move app para src e padroniza estrutura

This commit is contained in:
Felipe Coutinho
2026-03-12 19:22:50 +00:00
parent d92e70f1b9
commit b0fbb1062a
567 changed files with 8981 additions and 5014 deletions

View File

@@ -27,14 +27,14 @@
"docker:rebuild": "docker compose up --build --force-recreate"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.58",
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/openai": "^3.0.41",
"@ai-sdk/anthropic": "^3.0.60",
"@ai-sdk/google": "^3.0.47",
"@ai-sdk/openai": "^3.0.45",
"@better-auth/passkey": "^1.5.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@openrouter/ai-sdk-provider": "^2.2.3",
"@openrouter/ai-sdk-provider": "^2.2.5",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
@@ -58,8 +58,8 @@
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.116",
"better-auth": "1.4.19",
"ai": "^6.0.124",
"better-auth": "1.5.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
@@ -69,12 +69,12 @@
"jspdf-autotable": "^5.0.7",
"next": "16.1.6",
"next-themes": "0.4.6",
"pg": "8.19.0",
"pg": "8.20.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"recharts": "3.7.0",
"recharts": "3.8.0",
"resend": "^6.9.3",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
@@ -83,9 +83,9 @@
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@biomejs/biome": "2.4.6",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "25.3.2",
"@types/node": "25.4.0",
"@types/pg": "^8.18.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",