This commit is contained in:
2025-10-30 03:20:50 -03:00
parent a9433d5a57
commit 9b8075eeab
3 changed files with 1462 additions and 772 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,31 +17,31 @@
"@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7", "@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-slot": "^1.2.3",
"@react-router/dev": "^7.9.5",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cookie": "^1.0.2", "cookie": "^1.0.2",
"isbot": "^5.1.27", "isbot": "^5.1.31",
"lucide-react": "^0.539.0", "lucide-react": "^0.548.0",
"react": "^19.1.0", "react": "^19.2.0",
"react-dom": "^19.1.0", "react-dom": "^19.2.0",
"react-hook-form": "^7.62.0", "react-hook-form": "^7.65.0",
"react-router": "^7.7.1", "react-router": "^7.9.5",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"zod": "^4.1.8" "zod": "^4.1.12"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/vite-plugin": "^1.0.12", "@cloudflare/vite-plugin": "^1.13.17",
"@react-router/dev": "^7.7.1", "@tailwindcss/vite": "^4.1.16",
"@tailwindcss/vite": "^4.1.13", "@types/node": "^24",
"@types/node": "^20", "@types/react": "^19.2.2",
"@types/react": "^19.1.2", "@types/react-dom": "^19.2.2",
"@types/react-dom": "^19.1.2",
"@types/statuses": "^2.0.6", "@types/statuses": "^2.0.6",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.16",
"tw-animate-css": "^1.3.6", "tw-animate-css": "^1.4.0",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.1.5", "vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.37.1" "wrangler": "^4.45.2"
} }
} }

File diff suppressed because it is too large Load Diff