{ "name": "next-mhb", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 4000", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@hookform/resolvers": "^5.2.2", "@mui/material": "^7.3.7", "@mui/x-date-pickers": "^8.26.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-slot": "^1.2.4", "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-query": "^5.90.20", "@tanstack/react-query-devtools": "^5.91.2", "@types/node": "25.0.10", "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@types/uuid": "^11.0.0", "autoprefixer": "10.4.23", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "dayjs": "^1.11.19", "framer-motion": "^12.29.0", "lucide-react": "^0.563.0", "next": "16.1.4", "next-seo": "^7.0.1", "postcss": "8.5.6", "react": "19.2.3", "react-confetti": "^6.4.0", "react-day-picker": "^9.13.0", "react-dom": "19.2.3", "react-fast-marquee": "^1.6.5", "react-hook-form": "^7.71.1", "react-icons": "^5.5.0", "react-player": "^3.4.0", "react-slot-counter": "^3.3.2", "react-use": "^17.6.0", "sharp": "^0.34.5", "swiper": "^12.0.3", "tailwind-merge": "^3.4.0", "tailwindcss": "4.1.18", "tailwindcss-animate": "^1.0.7", "typescript": "^5.9.3", "usehooks-ts": "^3.1.1", "uuid": "^13.0.0", "zod": "^4.3.6", "zustand": "^5.0.10" }, "devDependencies": { "@types/date-fns": "^2.6.3", "eslint": "9.39.2", "eslint-config-next": "16.1.4" }, "overrides": { "@types/react": "19.0.8", "@types/react-dom": "19.0.3" } }