{ "name": "community", "version": "0.1.0", "type": "module", "private": true, "scripts": { "dev": "set -a && . ../../.env 2>/dev/null; set +a; next dev --port 3001", "build": "next build", "start": "next start", "lint": "biome lint", "check-types": "next typegen && tsc --noEmit" }, "dependencies": { "@pascal-app/auth": "*", "@pascal-app/core": "*", "@pascal-app/db": "*", "@pascal-app/editor": "*", "@pascal-app/viewer": "*", "@react-google-maps/api": "^2.20.8", "@supabase/supabase-js": "^2.98.0", "@t3-oss/env-nextjs": "^0.13.10", "@tailwindcss/postcss": "^4.2.1", "@vercel/analytics": "^1.6.1", "@vercel/speed-insights": "^1.3.1", "@vercel/toolbar": "^0.2.2", "better-auth": "^1.5.2", "clsx": "^2.1.1", "lucide-react": "^0.562.0", "motion": "^12.34.3", "next": "16.1.6", "postcss": "^8.5.6", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "three": "^0.183.1", "zod": "^4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@repo/typescript-config": "*", "@types/node": "^22.19.12", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "typescript": "5.9.3" } }