add tv mode provider

This commit is contained in:
2025-09-03 09:03:34 -05:00
parent 64b3b0a854
commit 35215d34a1
30 changed files with 515 additions and 508 deletions

View File

@@ -26,14 +26,14 @@
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@sentry/nextjs": "^10.8.0",
"@sentry/nextjs": "^10.9.0",
"@t3-oss/env-nextjs": "^0.13.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.26.2",
"eslint-plugin-prettier": "^5.5.4",
"lucide-react": "^0.542.0",
"next": "15.2.3",
"next": "^15.5.2",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"react": "^19.1.1",
@@ -42,22 +42,22 @@
"require-in-the-middle": "^7.5.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"typescript-eslint": "^8.41.0",
"typescript-eslint": "^8.42.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^20.19.11",
"@types/node": "^20.19.12",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"dotenv": "^16.6.1",
"eslint": "^9.34.0",
"eslint-config-next": "15.2.3",
"eslint-config-next": "^15.5.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}