{ "name": "aethel-dashboard", "version": "1.0.0", "type": "module", "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun tsc && bunx --bun vite build", "preview": "bunx --bun vite preview", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@heroicons/react": "^2.2.0", "@tanstack/react-query": "^5.84.1", "axios": "^1.11.0", "dotenv": "^17.2.1", "lucide-react": "^0.294.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.5.0", "react-router-dom": "^6.30.1", "sonner": "^1.7.4", "zustand": "^4.5.7" }, "devDependencies": { "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@vitejs/plugin-react": "^4.7.0", "autoprefixer": "^10.4.21", "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "^5.8.3", "vite": "^7.0.6" } }