{
  "name": "@sanity/base",
  "version": "2.36.2",
  "description": "Sanity plugin containing the base components and roles for a Sanity configuration",
  "main": "./lib/_exports/index.js",
  "types": "index.d.ts",
  "//": "the typesVersion config below is a workaround for TypeScript's lack of support for package exports",
  "typesVersions": {
    "*": {
      "__legacy/*": [
        "__legacy/*"
      ],
      "*": [
        "dist/dts/_exports/*"
      ]
    }
  },
  "scripts": {
    "clean": "rimraf lib dest",
    "coverage": "jest --coverage",
    "prepublishOnly": "node scripts/writeRequiredUIVersion.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/base"
  },
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "base"
  ],
  "author": "Sanity.io <hello@sanity.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "homepage": "https://www.sanity.io/",
  "dependencies": {
    "@juggle/resize-observer": "^3.3.1",
    "@popperjs/core": "^2.5.4",
    "@reach/auto-id": "^0.13.2",
    "@sanity/asset-utils": "^1.2.5",
    "@sanity/bifur-client": "0.3.0",
    "@sanity/client": "^3.3.3",
    "@sanity/color": "^2.1.14",
    "@sanity/generate-help-url": "^3.0.0",
    "@sanity/icons": "^1.3.4",
    "@sanity/image-url": "^1.0.1",
    "@sanity/initial-value-templates": "2.36.2",
    "@sanity/mutator": "2.36.1",
    "@sanity/schema": "2.36.2",
    "@sanity/state-router": "2.35.3",
    "@sanity/structure": "2.36.2",
    "@sanity/transaction-collator": "2.36.1",
    "@sanity/types": "2.36.2",
    "@sanity/ui": "^0.37.22",
    "@sanity/util": "2.36.2",
    "@sanity/validation": "2.36.2",
    "boundless-arrow-key-navigation": "^1.1.0",
    "circular-at": "^1.0.3",
    "classnames": "^2.2.5",
    "dataloader": "^2.0.0",
    "date-fns": "^2.16.1",
    "debug": "^3.2.7",
    "dom-scroll-into-view": "^1.2.1",
    "element-resize-detector": "^1.1.14",
    "groq-js": "^0.2.0",
    "history": "^4.6.3",
    "json-reduce": "^2.0.0",
    "lodash": "^4.17.15",
    "nano-pubsub": "^2.0.1",
    "nanoid": "^3.1.30",
    "observable-callback": "^1.0.1",
    "pluralize": "^7.0.0",
    "polished": "^4.0.5",
    "popper-max-size-modifier": "^0.2.0",
    "raf": "^3.4.1",
    "react-click-outside": "^3.0.0",
    "react-fast-compare": "^3.2.0",
    "react-icon-base": "^2.1.2",
    "react-is": "^17.0.2",
    "react-popper": "^2.2.4",
    "react-props-stream": "^1.0.0",
    "react-refractor": "^2.1.6",
    "react-rx": "^1.0.0-beta.6",
    "react-sortable-hoc": "^1.11.0",
    "react-split-pane": "^0.1.84",
    "refractor": "^3.6.0",
    "rxjs": "^6.5.3",
    "rxjs-etc": "^10.6.0",
    "rxjs-exhaustmap-with-trailing": "^1.2.0",
    "semver-compare": "^1.0.0",
    "shallow-equals": "^1.0.0",
    "use-device-pixel-ratio": "^1.1.0"
  },
  "devDependencies": {
    "@portabletext/types": "1.0.3",
    "@sanity/ui-workshop": "^0.4.16",
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^11.2.5",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.0.16",
    "@types/element-resize-detector": "1.1.2",
    "@types/raf": "^3.4.0",
    "@types/refractor": "^3.0.0",
    "prop-types": "^15.6.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "rimraf": "^2.7.1",
    "styled-components": "^5.2.0"
  },
  "peerDependencies": {
    "prop-types": "^15.6 || ^16",
    "react": "^16.9 || ^17",
    "react-dom": "^16.9 || ^17",
    "styled-components": "^5.2.0"
  },
  "gitHead": "547637ed8fef99e605fd7677982a66c9bc1fd696"
}
