{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --hostname localhost --port 13001", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.2.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.475.0", "next": "^15.1.7", "react": "^19.0.0", "react-dom": "^19.0.0", "recharts": "^2.15.1", "tailwind-merge": "^3.0.1", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.0", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }