{ "name": "guardden-dashboard", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint src --ext ts,tsx", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0", "@tanstack/react-query": "^5.20.0", "recharts": "^2.12.0", "react-hook-form": "^7.50.0", "zod": "^3.22.4", "@hookform/resolvers": "^3.3.4", "clsx": "^2.1.0", "date-fns": "^3.3.0" }, "devDependencies": { "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.4.2", "vite": "^5.1.6", "tailwindcss": "^3.4.1", "postcss": "^8.4.35", "autoprefixer": "^10.4.17", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^3.2.5" } }