{
  "$schema": "https://json.schemastore.org/package.json",
  "engines": {
    "node": ">=22.0.0"
  },
  "author": "gentleduck contributors",
  "bugs": {
    "url": "https://github.com/gentleeduck/gentleduck/issues"
  },
  "description": "Unstyled, accessibility-first UI primitives for React.",
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@floating-ui/react": "^0.27.16",
    "@gentleduck/hooks": "workspace:*",
    "@gentleduck/libs": "workspace:*",
    "@gentleduck/tsdown-config": "workspace:*",
    "@gentleduck/typescript-config": "workspace:*",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "catalog:",
    "@types/react": "catalog:react19",
    "@types/react-dom": "catalog:react19",
    "axe-core": "^4.10.3",
    "jsdom": "catalog:",
    "mini-svg-data-uri": "^1.4.4",
    "tsdown": "catalog:"
  },
  "exports": {
    "./hooks/*": {
      "types": "./dist/hooks/*.d.ts",
      "default": "./dist/hooks/*.js"
    },
    "./*": {
      "types": "./dist/*/index.d.ts",
      "default": "./dist/*/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://gentleduck.org/duck-ui",
  "keywords": [
    "aria",
    "gentleduck",
    "behavioral",
    "component",
    "accessibility",
    "a11y",
    "react-aria",
    "primitives",
    "ui",
    "react"
  ],
  "license": "MIT",
  "name": "@gentleduck/primitives",
  "packageManager": "bun@1.3.10",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "tabbable": "6.2.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gentleeduck/gentleduck.git",
    "directory": "packages/duck-primitives"
  },
  "sideEffects": false,
  "scripts": {
    "benchmark": "bun run scripts/benchmark.ts",
    "build": "tsdown",
    "check": "biome check .",
    "check-types": "tsc -p tsconfig.json --noEmit --pretty false --skipLibCheck",
    "dev": "tsdown --watch",
    "fix": "biome check --write .",
    "format": "biome format --write .",
    "lint": "biome lint .",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "test:watch": "bun test --watch"
  },
  "types": "./dist/index.d.ts",
  "type": "module",
  "version": "0.3.0",
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.7",
    "@gentleduck/calendar": "^0.4.0",
    "aria-hidden": "^1.2.6",
    "react-remove-scroll": "^2.7.2"
  }
}
