{ "name": "jyotish-web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "test": "tsx --test tests/*.test.ts", "lint": "eslint", "data:china": "node scripts/pull-china-locations.mjs" }, "dependencies": { "@base-ui/react": "^1.6.0", "@mastra/core": "^1.50.1", "@supabase/ssr": "^0.12.3", "@supabase/supabase-js": "^2.110.5", "@tailwindcss/postcss": "^4.3.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", "lucide-react": "^1.24.0", "next": "16.2.10", "react": "19.2.4", "react-day-picker": "^10.0.1", "react-dom": "19.2.4", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.2", "tw-animate-css": "^1.4.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.10", "supabase": "^2.109.1", "tsx": "^4.23.1", "typescript": "^5" } }