{
  "$schema": "https://json.schemastore.org/package.json",
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@gentleduck/md": "^0.4.0",
    "@types/unist": "^3.0.3",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@gentleduck/hooks": "workspace:*",
    "@gentleduck/libs": "workspace:*",
    "@gentleduck/registry-ui": "workspace:*",
    "@gentleduck/tsdown-config": "workspace:*",
    "@gentleduck/typescript-config": "workspace:*",
    "@gentleduck/vim": "workspace:*",
    "@types/node": "catalog:",
    "@types/react": "catalog:react19",
    "@types/react-dom": "catalog:react19",
    "clsx": "^2.1.1",
    "jotai": "^2.19.1",
    "lucide-react": "catalog:",
    "next": "^16.1.1",
    "next-themes": "^0.4.6",
    "react": "catalog:react19",
    "react-dom": "catalog:react19",
    "react-resizable-panels": "^4.7.0",
    "rimraf": "^6.0.1",
    "tailwind-merge": "^3.4.0",
    "tailwindcss": "^4.2.0",
    "tsdown": "catalog:",
    "typescript": "catalog:"
  },
  "peerDependencies": {
    "@gentleduck/hooks": "^1.0.0",
    "@gentleduck/libs": "^1.0.0",
    "@gentleduck/vim": "^0.3.0",
    "jotai": "^2.14.0",
    "lucide-react": "1.6.0",
    "next": "^16.1.1",
    "next-themes": "^0.4.6",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-resizable-panels": "^4.7.0"
  },
  "peerDependenciesMeta": {
    "@gentleduck/hooks": {
      "optional": true
    },
    "@gentleduck/libs": {
      "optional": true
    },
    "@gentleduck/vim": {
      "optional": true
    },
    "jotai": {
      "optional": true
    },
    "lucide-react": {
      "optional": true
    },
    "next": {
      "optional": true
    },
    "next-themes": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-resizable-panels": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "default": "./dist/client.js"
    },
    "./context": {
      "types": "./dist/context/index.d.ts",
      "default": "./dist/context/index.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/types/index.js"
    },
    "./styles/mdx.css": "./src/styles/mdx.css",
    "./package.json": "./package.json"
  },
  "module": "./dist/index.js",
  "name": "@gentleduck/docs",
  "packageManager": "bun@1.3.10",
  "sideEffects": [
    "./dist/styles/*.css"
  ],
  "private": false,
  "description": "Shared docs app kit used by the gentleduck/ui docs apps.",
  "keywords": [
    "gentleduck",
    "docs",
    "documentation",
    "mdx",
    "nextjs"
  ],
  "license": "MIT",
  "author": "gentleduck contributors",
  "homepage": "https://gentleduck.org/duck-ui",
  "bugs": {
    "url": "https://github.com/gentleeduck/gentleduck/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gentleeduck/gentleduck.git",
    "directory": "packages/duck-docs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "check-types:test": "tsc -p tsconfig.test.json --noEmit --pretty false --skipLibCheck",
    "test": "bun test ./tests",
    "dev": "tsdown --watch",
    "check-types": "tsc -p tsconfig.json --noEmit --pretty false --skipLibCheck"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.0.0"
}
