Theme overhaul

This commit is contained in:
2025-07-31 18:37:33 -04:00
parent a1616b161d
commit 8a2565adad
79 changed files with 2722 additions and 3917 deletions

View File

@@ -28,7 +28,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.7.2",
"@auth/drizzle-adapter": "^1.10.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
@@ -48,7 +48,7 @@
"@radix-ui/react-tabs": "^1.1.12",
"@react-pdf/renderer": "^4.3.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query": "^5.84.0",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-color": "^3.0.7",
"@tiptap/extension-list-item": "^3.0.7",
@@ -56,9 +56,9 @@
"@tiptap/extension-text-style": "^3.0.7",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@trpc/client": "^11.4.3",
"@trpc/react-query": "^11.4.3",
"@trpc/server": "^11.4.3",
"@types/bcryptjs": "^2.4.6",
"@types/file-saver": "^2.0.7",
"@types/pg": "^8.15.5",
@@ -70,45 +70,48 @@
"date-fns": "^4.1.0",
"drizzle-orm": "^0.44.4",
"file-saver": "^2.0.5",
"framer-motion": "^12.23.12",
"lucide": "^0.525.0",
"lucide-react": "^0.525.0",
"next": "^15.4.4",
"next": "^15.4.5",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"react": "^19.0.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.0.0",
"react": "^19.1.1",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"recharts": "^3.1.0",
"resend": "^4.7.0",
"server-only": "^0.0.1",
"sonner": "^2.0.6",
"superjson": "^2.2.1",
"superjson": "^2.2.2",
"tailwind-merge": "^3.3.1",
"turso": "^0.1.0",
"vercel": "^44.6.4",
"zod": "^3.24.2"
"vercel": "^44.6.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.0.15",
"@tailwindcss/postcss": "^4.1.11",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20.14.10",
"@types/node": "^20.19.9",
"@types/raf": "^3.4.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"better-sqlite3": "^12.2.0",
"drizzle-kit": "^0.30.5",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.3",
"drizzle-kit": "^0.30.6",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"eslint-plugin-drizzle": "^0.2.3",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.15",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.5",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0"
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0"
},
"ct3aMetadata": {
"initVersion": "7.39.3"