| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "nextjs-commerce-v3",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "NODE_ENV=production eslint . && next build",
- "start": "NODE_ENV=development 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",
- "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"
- }
- }
- }
|