| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "nextjs-commerce-v3",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "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/drawer": "^2.2.25",
- "@heroui/react": "^2.8.6",
- "@heroui/select": "^2.4.29",
- "@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.0.10",
- "next-auth": "^4.24.13",
- "next-themes": "^0.4.6",
- "react": "19.2.0",
- "react-dom": "19.2.0",
- "react-hook-form": "^7.66.1",
- "react-redux": "^9.2.0"
- },
- "devDependencies": {
- "@tailwindcss/postcss": "^4",
- "@types/node": "^20",
- "@types/react": "^19",
- "@types/react-dom": "^19",
- "eslint": "^9",
- "eslint-config-next": "16.0.10",
- "tailwindcss": "^4",
- "ts-node": "^10.9.2",
- "typescript": "^5"
- }
- }
|