UNPKG

sanity-plugin-taxonomy-manager

Version:

Create and manage SKOS compliant taxonomies, thesauri, and classification schemes in Sanity Studio.

121 lines (120 loc) 3.61 kB
{ "name": "sanity-plugin-taxonomy-manager", "version": "4.4.3", "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": "git+https://github.com/andybywire/sanity-plugin-taxonomy-manager.git" }, "license": "MIT", "author": "Andy Fitzgerald", "sideEffects": false, "browserslist": "extends @sanity/browserslist-config", "exports": { ".": { "source": "./src/index.ts", "import": "./lib/index.esm.mjs", "require": "./lib/index.js", "default": "./lib/index.esm.mjs" }, "./package.json": "./package.json" }, "main": "./lib/index.js", "module": "./lib/index.esm.js", "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": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean", "clean": "rimraf lib", "link-watch": "plugin-kit link-watch", "lint": "eslint .", "prepublishOnly": "npm run build", "watch": "pkg-utils watch --strict", "format": "prettier --write --cache --ignore-unknown .", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch" }, "dependencies": { "@sanity/color": "^3.0.0", "@sanity/icons": "^3.4.0", "@sanity/id-utils": "^1.0.0", "@sanity/incompatible-plugin": "^1.0.4", "@sanity/ui": "^2.8.9", "nanoid": "^5.1.5", "react-fast-compare": "^3.2.2", "react-icons": "^5.5.0", "rxjs": "^7.8.1", "styled-components": "^6.1.19" }, "devDependencies": { "@sanity/pkg-utils": "^6.10.10", "@sanity/plugin-kit": "^4.0.19", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-react": "^4.6.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-config-sanity": "^6.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^26.1.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.7", "react": "^19.2.3", "react-dom": "^19.2.3", "react-is": "^18.2.0", "rimraf": "^5.0.5", "rollup-plugin-postcss": "^4.0.2", "sanity": "^4.10.1", "sanity-plugin-utils": "^1.7.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "peerDependencies": { "react": ">=18 <20 || ^19", "react-dom": ">=18 <20 || ^19", "sanity": "^4.0.0 || ^5.0.0-0" }, "engines": { "node": ">=20" }, "sanityExchangeUrl": "https://www.sanity.io/plugins/taxonomy-manager", "sanityPlugin": { "verifyPackage": { "dependencies": false, "studioConfig": false, "eslintImports": false, "tsc": false, "nodeEngine": false } } }