{
  "name": "@sanity/access-ui",
  "version": "6.15.0",
  "description": "Shared request-access screen and access-request logic for Sanity applications",
  "keywords": [
    "access",
    "request-access",
    "sanity",
    "ui"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/access-ui"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@sanity/client": "^8.6.1",
    "@sanity/icons": "^5.2.2",
    "@sanity/ui": "^4.2.1",
    "ui5": "npm:@sanity/ui@5.0.0-alpha.10"
  },
  "devDependencies": {
    "@repo/test-config": "6.9.2",
    "@repo/tsconfig": "6.9.2",
    "@repo/tsdown.config": "6.9.2",
    "@testing-library/jest-dom": "^7.0.1",
    "@testing-library/react": "^16.3.3",
    "@testing-library/user-event": "^14.6.7",
    "@types/react": "^19.3.0",
    "@vitejs/plugin-react": "^6.1.1",
    "jsdom": "^29.1.1",
    "oxc-transform-react": "^0.149.0",
    "react": "^19.3.0",
    "react-dom": "^19.3.0",
    "styled-components": "^6.5.3",
    "tsdown": "^0.23.0",
    "typescript": "^7.0.2",
    "vite": "^8.3.0",
    "vitest": "^4.1.11"
  },
  "peerDependencies": {
    "react": "^19.2.2"
  },
  "browserslist": [
    "node >=22.12",
    "baseline 2024"
  ],
  "engines": {
    "node": ">=22.12"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest",
    "watch": "tsdown --watch"
  }
}