Add animation utilities, update theme settings, and replace welcome component with better structure. Remove old logos

This commit is contained in:
2026-01-12 19:55:21 -04:00
parent e2fbd8e9dd
commit 2e88ede4c2
9 changed files with 242 additions and 4 deletions

View File

@@ -11,10 +11,15 @@
"dependencies": {
"@react-router/node": "7.12.0",
"@react-router/serve": "7.12.0",
"@tanstack/react-query": "^5.90.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.1.31",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "7.12.0"
"react-router": "7.12.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@react-router/dev": "7.12.0",
@@ -23,8 +28,9 @@
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}
}