{ "name": "game-marathon-frontend", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.0", "axios": "^1.6.2", "zustand": "^4.4.7", "react-hook-form": "^7.49.2", "zod": "^3.22.4", "@hookform/resolvers": "^3.3.2", "framer-motion": "^10.16.16", "date-fns": "^3.0.6", "lucide-react": "^0.303.0", "clsx": "^2.0.0", "tailwind-merge": "^2.2.0" }, "devDependencies": { "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.0.10" } }