{
  "name": "@goldsucc/sanity-plugin-taxonomy-manager",
  "version": "3.2.7",
  "description": "Create and manage SKOS compliant taxonomies, thesauri, and classification schemes in Sanity Studio.",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "SKOS",
    "taxonomy",
    "thesaurus"
  ],
  "homepage": "https://github.com/andybywire/sanity-plugin-taxonomy-manager#readme",
  "bugs": {
    "url": "https://github.com/andybywire/sanity-plugin-taxonomy-manager/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GoldSucc/sanity-plugin-taxonomy-manager.git"
  },
  "license": "MIT",
  "author": "Andy Fitzgerald",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "source": "./src/index.ts",
      "require": "./lib/index.js",
      "import": "./lib/index.esm.js",
      "default": "./lib/index.esm.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "module": "./lib/index.esm.js",
  "source": "./src/index.ts",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "sanity.json",
    "src",
    "v2-incompatible.js"
  ],
  "scripts": {
    "prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
    "build": "run-s clean && plugin-kit verify-package --silent && pkg-utils build --strict && pkg-utils --strict",
    "clean": "rimraf lib",
    "link-watch": "plugin-kit link-watch",
    "lint": "eslint .",
    "prepublishOnly": "run-s build",
    "watch": "pkg-utils watch --strict",
    "format": "prettier --write --cache --ignore-unknown ."
  },
  "dependencies": {
    "@reach/auto-id": "^0.16.0",
    "@sanity/base": "^2.28.2",
    "@sanity/form-builder": "^2.29.1",
    "@sanity/incompatible-plugin": "^1.0.4",
    "@sanity/ui": "^1.0.0",
    "@types/styled-components": "^5.1.26",
    "react-icons": "^4.3.1",
    "sanity-plugin-documents-pane": "^2.0.0-v3-studio.5",
    "sanity-plugin-utils": "^1.5.0"
  },
  "devDependencies": {
    "@sanity/client": "^6.1.2",
    "@sanity/pkg-utils": "^2.2.14",
    "@sanity/plugin-kit": "^3.1.7",
    "@types/react": "^18.0.35",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "eslint": "^8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-sanity": "^6.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.7",
    "prettier-plugin-packagejson": "^2.4.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "rimraf": "^5.0.0",
    "sanity": "^3.8.3",
    "styled-components": "^5.3.9",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "react": "^18",
    "sanity": "^3"
  },
  "engines": {
    "node": ">=14"
  },
  "sanityExchangeUrl": "https://www.sanity.io/plugins/taxonomy-manager",
  "sanityPlugin": {
    "verifyPackage": {
      "dependencies": false,
      "studioConfig": false,
      "eslintImports": false,
      "tsc": false
    }
  }
}
