{
  "name": "@ankhorage/zora",
  "type": "module",
  "version": "21.0.14",
  "description": "Opinionated React Native and React Native Web UI kit built on @ankhorage/surface.",
  "homepage": "https://github.com/ankhorage/zora#readme",
  "bugs": {
    "url": "https://github.com/ankhorage/zora/issues"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankhorage/zora.git"
  },
  "keywords": [
    "ankhorage",
    "components",
    "design-system",
    "expo",
    "react-native",
    "react-native-web",
    "surface",
    "ui-kit"
  ],
  "peerDependencies": {
    "@react-native-vector-icons/fontawesome": "^13.1.3",
    "@react-native-vector-icons/fontawesome5": "^13.1.3",
    "@react-native-vector-icons/fontawesome6": "^13.1.3",
    "@react-native-vector-icons/ionicons": "^13.1.3",
    "react": "19.2.3",
    "react-native": "0.86.x",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-svg": "15.15.4",
    "react-native-web": "~0.21.0",
    "react-native-worklets": "0.10.1"
  },
  "dependencies": {
    "@ankhorage/color-theory": "^0.3.1",
    "@ankhorage/contracts": "^22.7.0",
    "@ankhorage/surface": "^9.1.2",
    "@ankhorage/utility": "^1.5.0",
    "expo-document-picker": "~57.0.1",
    "expo-image-picker": "~57.0.16"
  },
  "files": [
    "dist",
    "web-dist",
    "src",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "browser": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./bottom-sheet": {
      "react-native": "./src/features/bottom-sheet/public.ts",
      "browser": "./src/features/bottom-sheet/public.ts",
      "types": "./dist/features/bottom-sheet/public.d.ts",
      "import": "./dist/features/bottom-sheet/public.js",
      "default": "./dist/features/bottom-sheet/public.js"
    },
    "./uploader": {
      "react-native": "./src/features/uploader/public.ts",
      "browser": "./src/features/uploader/public.ts",
      "types": "./dist/features/uploader/public.d.ts",
      "import": "./dist/features/uploader/public.js",
      "default": "./dist/features/uploader/public.js"
    },
    "./metadata": {
      "react-native": "./src/features/authoring/index.ts",
      "browser": "./src/features/authoring/index.ts",
      "types": "./dist/features/authoring/index.d.ts",
      "import": "./dist/features/authoring/index.js",
      "default": "./dist/features/authoring/index.js"
    },
    "./theme": {
      "bun": "./src/features/theme/public.ts",
      "react-native": "./src/features/theme/public.ts",
      "browser": "./src/features/theme/public.ts",
      "types": "./dist/features/theme/public.d.ts",
      "import": "./dist/features/theme/public.js",
      "default": "./dist/features/theme/public.js"
    },
    "./package.json": "./package.json",
    "./cli": {
      "types": "./dist/cli/index.d.ts",
      "import": "./dist/cli/index.js",
      "default": "./dist/cli/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist web-dist tsconfig.tsbuildinfo && bun x tsc -p tsconfig.json && bun scripts/build-web-components.ts",
    "changeset": "ankhorage-changeset",
    "changeset:status": "ankhorage-changeset status --since=origin/main",
    "docs": "paradox",
    "knip:check": "ankhorage-knip",
    "examples:validate": "bun scripts/validate-example-projects.ts",
    "expo:candidate": "bun scripts/validate-expo-candidate.ts",
    "lint": "ankhorage-eslint . --max-warnings=0",
    "lint:fix": "ankhorage-eslint . --fix --max-warnings=0",
    "format": "ankhorage-prettier --write .",
    "format:check": "ankhorage-prettier --check .",
    "prepack": "bun run build",
    "test": "bun run build && bun test src",
    "test:next-materialization": "bun scripts/web-artifacts/verifyNextWebMaterialization.ts",
    "typecheck": "bun x tsc --noEmit -p tsconfig.json && bun x tsc --noEmit -p tsconfig.scripts.json",
    "version-packages": "ankhorage-changeset version"
  },
  "devDependencies": {
    "@ankhorage/devtools": "^1.18.5",
    "@ankhorage/paradox": "^0.1.26",
    "@react-native-vector-icons/fontawesome": "^13.1.3",
    "@react-native-vector-icons/fontawesome5": "^13.1.3",
    "@react-native-vector-icons/fontawesome6": "^13.1.3",
    "@react-native-vector-icons/ionicons": "^13.1.3",
    "@types/bun": "^1.4.1",
    "@types/node": "^24.13.3",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "@types/react-native-web": "^0.19.2",
    "cytoscape": "^3.34.3",
    "cytoscape-elk": "^2.3.0",
    "happy-dom": "^20.11.6",
    "next": "16.3.5",
    "playwright-core": "^1.58.2",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.86.3",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-svg": "15.15.4",
    "react-native-web": "~0.21.0",
    "react-native-worklets": "0.10.1",
    "typescript": "~6.0.3"
  },
  "packageManager": "bun@1.4.2",
  "ankh": {
    "category": "zora",
    "provider": "./dist/cli/index.js",
    "capabilities": [
      "zora.create",
      "zora.sync"
    ]
  }
}
