{
  "name": "@sanity/field",
  "version": "2.36.2",
  "description": "Diff utilities and preview components",
  "main": "./lib/index.js",
  "types": "./dist/dts",
  "//": "the typesVersion config below is a workaround for TypeScript's lack of support for package exports",
  "typesVersions": {
    "*": {
      "dist/dts/index.d.ts": [
        "dist/dts/index.d.ts"
      ],
      "diff": [
        "dist/dts/diff/index.d.ts"
      ]
    }
  },
  "author": "Sanity.io <hello@sanity.io>",
  "engines": {
    "node": ">=12.0.0"
  },
  "license": "MIT",
  "scripts": {
    "clean": "rimraf lib coverage"
  },
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "field",
    "diff"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@sanity/asset-utils": "^1.2.5",
    "@sanity/base": "2.36.2",
    "@sanity/client": "^3.3.3",
    "@sanity/color": "^2.1.14",
    "@sanity/diff": "2.33.2",
    "@sanity/icons": "^1.3.4",
    "@sanity/image-url": "^1.0.1",
    "@sanity/react-hooks": "2.36.2",
    "@sanity/types": "2.36.2",
    "@sanity/ui": "^0.37.22",
    "@sanity/util": "2.36.2",
    "diff-match-patch": "^1.0.4",
    "lodash": "^4.17.15",
    "sanity-diff-patch": "^1.0.9"
  },
  "devDependencies": {
    "@sanity/ui-workshop": "^0.4.16",
    "react": "17.0.1",
    "rimraf": "^2.7.1"
  },
  "peerDependencies": {
    "react": "^16.2.0 || ^17",
    "styled-components": "^5.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/field"
  },
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "homepage": "https://www.sanity.io/",
  "gitHead": "547637ed8fef99e605fd7677982a66c9bc1fd696"
}
