{
  "name": "@sanity/orderable-document-list",
  "version": "2.0.24",
  "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": "^8.6.1",
    "@sanity/icons": "^5.2.1",
    "@sanity/ui": "^4.0.7",
    "lexorank": "^1.0.5",
    "sanity-plugin-utils": "^2.0.18"
  },
  "devDependencies": {
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.27.1",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "oxc-transform-react": "^0.147.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "sanity": "^6.11.0",
    "styled-components": "^6.5.3",
    "tsdown": "^0.22.14"
  },
  "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": "tsdown"
  }
}