Refactor & clean up code.

This commit is contained in:
2025-07-17 15:20:59 -05:00
parent dabc248010
commit fefe7e8717
31 changed files with 473 additions and 295 deletions

View File

@@ -48,12 +48,13 @@
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@sentry/nextjs": "^9.36.0",
"@sentry/nextjs": "^9.40.0",
"@supabase-cache-helpers/postgrest-react-query": "^1.13.4",
"@supabase-cache-helpers/storage-react-query": "^1.3.5",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.4",
"@supabase/supabase-js": "^2.51.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.82.0",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -64,7 +65,7 @@
"import-in-the-middle": "^1.14.2",
"input-otp": "^1.4.2",
"lucide-react": "^0.522.0",
"next": "^15.3.5",
"next": "^15.4.1",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"postgres": "^3.4.7",
@@ -85,12 +86,12 @@
"@tailwindcss/postcss": "^4.1.11",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^20.19.6",
"@types/node": "^20.19.8",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"drizzle-kit": "^0.30.6",
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.5",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-prettier": "^5.5.1",
@@ -100,7 +101,7 @@
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
"typescript-eslint": "^8.37.0"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
@@ -108,6 +109,9 @@
"trustedDependencies": [
"@sentry/cli",
"@tailwindcss/oxide",
"core-js-pure",
"esbuild",
"sharp",
"unrs-resolver"
]
}