{ "name": "frontend.zweitmeinu.ng", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@c2s/payload-contracts": "github:complexcaresolutions/payload-contracts", "clsx": "^2.1.1", "lucide-react": "^0.474.0", "next": "16.1.6", "react": "19.2.1", "react-dom": "19.2.1", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" }, "packageManager": "pnpm@10.6.2" }