{
  "name": "@sanity/orderable-document-list",
  "version": "2.0.0",
  "description": "Drag-and-drop Document Ordering without leaving the Editing surface",
  "keywords": [
    "sanity",
    "sanity-plugin"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/@sanity/orderable-document-list",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/orderable-document-list"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@hello-pangea/dnd": "^18.0.1",
    "@sanity/client": "^7.21.0",
    "@sanity/icons": "^3.5.3",
    "@sanity/ui": "^3.2.0",
    "lexorank": "^1.0.4",
    "sanity-plugin-utils": "2.0.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "babel-plugin-react-compiler": "^1.0.0",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "sanity": "^5.21.0",
    "styled-components": "^6.4.2",
    "@repo/package.config": "0.0.0",
    "@repo/tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2",
    "sanity": "^5 || ^6.0.0-0",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean"
  }
}