{
  "name": "zync-www",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build && node scripts/verify-client-config.mjs",
    "typecheck": "astro check --minimumSeverity error",
    "preview": "astro preview",
    "lint": "eslint src"
  },
  "dependencies": {
    "@astrojs/cloudflare": "^14.2.0",
    "@astrojs/react": "^6.0.2",
    "@hookform/resolvers": "^3.9.0",
    "@zync/auth": "workspace:*",
    "@zync/types": "workspace:*",
    "@zync/ui": "workspace:*",
    "astro": "^7.2.0",
    "dompurify": "^3.4.13",
    "isomorphic-dompurify": "^2.36.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.54.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.9",
    "@tailwindcss/typography": "^0.5.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@zync/config": "workspace:*",
    "autoprefixer": "^10.4.0",
    "tailwindcss": "^3.4.0",
    "typescript": "^5.5.0",
    "wrangler": "^4.0.0"
  }
}
