{ "name": "arctic-species-tracker", "private": true, "version": "0.1.0", "type": "module", "homepage": "https://magnussmari.github.io/arctic-species-2025-frontend", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --max-warnings 0", "preview": "vite preview", "predeploy": "npm run build", "deploy": "gh-pages -d dist" }, "dependencies": { "@hookform/resolvers": "^3.9.0", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-scroll-area": "^1.2.8", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-toast": "^1.2.13", "@react-pdf/renderer": "^4.3.0", "@supabase/supabase-js": "^2.39.7", "@tanstack/react-query": "^5.24.1", "@tanstack/react-query-devtools": "^5.24.1", "@types/uuid": "^10.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^3.3.1", "html2canvas": "^1.4.1", "jotai": "^2.6.4", "jspdf": "^3.0.1", "lucide-react": "^0.338.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.52.1", "react-router-dom": "^6.22.1", "recharts": "^2.12.2", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "uuid": "^11.1.0", "zod": "^3.23.8" }, "devDependencies": { "@eslint/js": "^9.27.0", "@types/node": "^20.11.20", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.57.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.3.0", "globals": "^16.1.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "typescript-eslint": "^8.32.1", "vite": "^5.1.4" } }