{ "name": "@customer-portal/portal", "version": "0.1.0", "private": true, "scripts": { "predev": "node ./scripts/dev-prep.mjs", "dev": "next dev -p ${NEXT_PORT:-3000}", "build": "next build", "build:turbo": "next build --turbopack", "start": "next start -p ${NEXT_PORT:-3000}", "lint": "eslint .", "lint:fix": "eslint . --fix", "type-check": "tsc --noEmit", "test": "echo 'No tests yet'" }, "dependencies": { "@customer-portal/shared": "workspace:*", "@heroicons/react": "^2.2.0", "@hookform/resolvers": "^5.2.1", "@tanstack/react-query": "^5.85.5", "@tanstack/react-query-devtools": "^5.85.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.540.0", "next": "15.5.0", "react": "19.1.1", "react-dom": "19.1.1", "react-hook-form": "^7.62.0", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.7", "world-countries": "^5.1.0", "zod": "^4.0.17", "zustand": "^5.0.8" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.12", "@types/node": "^24.3.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "tailwindcss": "^4.1.12", "typescript": "^5.9.2" } }