{ "name": "unraid-monitor-frontend", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.1", "@tanstack/react-query": "^5.17.9", "axios": "^1.6.5", "zustand": "^4.4.7", "recharts": "^2.10.3", "lucide-react": "^0.307.0", "clsx": "^2.1.0", "tailwind-merge": "^2.2.0" }, "devDependencies": { "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.2.1", "vite": "^5.0.11", "vite-plugin-pwa": "^0.17.4", "typescript": "^5.3.3", "autoprefixer": "^10.4.16", "postcss": "^8.4.33", "tailwindcss": "^3.4.1", "eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1" } }