{ "name": "@saas/dashboard", "version": "1.0.0", "description": "Modern SaaS platform dashboard", "type": "module", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --ext ts,tsx --fix" }, "dependencies": { "@headlessui/react": "^1.7.17", "@types/bytes": "^3.1.5", "@types/node": "^24.10.1", "axios": "^1.6.2", "bytes": "^3.1.2", "clsx": "^2.0.0", "date-fns": "^2.30.0", "lucide-react": "^0.294.0", "react": "^18.2.0", "react-confirm-alert": "^3.0.6", "react-dom": "^18.2.0", "react-hook-form": "^7.66.1", "react-hot-toast": "^2.6.0", "react-query": "^3.39.3", "react-router-dom": "^6.8.0", "react-table": "^7.8.0", "recharts": "^2.8.0", "tailwindcss": "^3.3.6" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "eslint": "^8.55.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.32", "typescript": "^5.2.2", "vite": "^5.0.6" } }