refactor: 清理开发依赖并恢复缺失的工具包

- 移除未使用的开发依赖并添加缺失的开发工具包,同时恢复被误删的 TailwindCSS 依赖。
- 移除不必要的开发依赖并恢复已删除的 Tailwind CSS 及 React Query 和 React Router 开发工具依赖。
This commit is contained in:
2026-01-18 06:33:28 +08:00
parent dce7ab817e
commit 3bb9d43e3e
2 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,7 @@
"@orpc/zod": "^1.13.4",
"@t3-oss/env-core": "^0.13.10",
"@tanstack/react-query": "^5.90.18",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.151.0",
"@tanstack/react-router-devtools": "^1.151.0",
"@tanstack/react-router-ssr-query": "^1.151.0",
"@tanstack/react-start": "^1.151.0",
"drizzle-orm": "^0.45.1",
@@ -22,7 +20,6 @@
"postgres": "^3.4.8",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"zod": "^4.3.5",
},
"devDependencies": {
@@ -30,11 +27,14 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router-devtools": "^1.151.0",
"@types/bun": "^1.3.6",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"drizzle-kit": "^0.31.8",
"nitro": "npm:nitro-nightly@latest",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^8.0.0-beta.8",
"vite-tsconfig-paths": "^6.0.4",