Updated some configs

This commit is contained in:
2025-08-09 18:26:44 -04:00
parent 46aa1e4dda
commit 689f446806
9 changed files with 1793 additions and 113 deletions

View File

@@ -12,31 +12,32 @@
"dependencies": {
"@headlessui/react": "^2.2.4",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-router": "^1.124.0",
"@tanstack/react-router-devtools": "^1.124.0",
"@types/node": "^24.0.4",
"clsx": "^2.1.1",
"moment": "^2.30.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.10",
"vite-plugin-dts": "^4.5.4"
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@tanstack/eslint-plugin-router": "^1.121.21",
"@tanstack/router-plugin": "^1.124.0",
"@tanstack/react-router": "^1.124.0",
"@tanstack/react-router-devtools": "^1.124.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
"vite": "^7.0.0",
"vite-plugin-dts": "^4.5.4"
},
"overrides": {
"@tailwindcss/vite": {