fix(web): add class-variance-authority dependency

This commit is contained in:
2026-05-07 02:48:01 +08:00
parent 1bad63ff6d
commit d6b18fb7dc
2 changed files with 29 additions and 15 deletions

View File

@@ -10,32 +10,33 @@
"db:init": "tsx server/db/schema.ts"
},
"dependencies": {
"express": "^4.21.0",
"ws": "^8.18.0",
"better-sqlite3": "^11.6.0",
"zod": "^3.23.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"zustand": "^5.0.0",
"express": "^4.21.0",
"lucide-react": "^0.460.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"lucide-react": "^0.460.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.6.0"
"tailwind-merge": "^2.6.0",
"ws": "^8.18.0",
"zod": "^3.23.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/ws": "^8.5.0",
"@types/better-sqlite3": "^7.6.0",
"@types/cors": "^2.8.0",
"@types/express": "^5.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.0",
"tsx": "^4.19.0",
"vite": "^5.4.0",
"@types/ws": "^8.5.0",
"@vitejs/plugin-react": "^4.3.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0",
"concurrently": "^9.1.0"
"concurrently": "^9.1.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"vite": "^5.4.0"
}
}