{ "name": "nextjs-commerce-v3", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "cross-env NODE_ENV=production eslint . && next build", "start": "next start", "lint": "eslint .", "lint:fix": "next lint --fix", "package-version": "npx npm-check-updates" }, "dependencies": { "@apollo/client": "^3.14.0", "@heroicons/react": "^2.2.0", "@heroui/accordion": "^2.2.25", "@heroui/alert": "^2.2.32", "@heroui/avatar": "^2.2.26", "@heroui/drawer": "^2.2.25", "@heroui/popover": "^2.3.32", "@heroui/react": "^2.8.6", "@heroui/select": "^2.4.29", "@heroui/switch": "^2.2.27", "@heroui/system": "^2.4.28", "@react-aria/visually-hidden": "^3.8.31", "@react-types/shared": "^3.33.1", "@reduxjs/toolkit": "^2.10.1", "clsx": "^2.1.1", "framer-motion": "^12.23.24", "graphql": "^16.12.0", "lucide-react": "^0.563.0", "next": "16.2.3", "next-auth": "^4.24.13", "next-themes": "^0.4.6", "react": "19.2.5", "react-dom": "19.2.5", "react-hook-form": "^7.66.1", "react-redux": "^9.2.0", "swiper": "^12.1.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "cross-env": "^10.1.0", "eslint": "^9", "eslint-config-next": "16.2.3", "tailwindcss": "^4", "ts-node": "^10.9.2", "typescript": "^5" }, "pnpm": { "overrides": { "@types/react": "19.2.14", "@types/react-dom": "19.2.3" } }, "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748" }