{ "name": "@horux/web", "version": "0.1.0", "private": true, "description": "Horux Strategy Frontend", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "typecheck": "tsc --noEmit", "clean": "rm -rf .next node_modules" }, "dependencies": { "@horux/shared": "workspace:*", "@horux/ui": "workspace:*", "next": "14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "zustand": "^4.5.0", "recharts": "^2.10.4", "lucide-react": "^0.312.0", "clsx": "^2.1.0", "tailwind-merge": "^2.2.0", "date-fns": "^3.3.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-next": "14.1.0", "postcss": "^8.4.33", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" } }