UNPKG

sanity-plugin-order-documents

Version:

A Sanity Studio plugin that helps you order your documents via drag-and-drop.

69 lines (68 loc) 1.98 kB
{ "name": "sanity-plugin-order-documents", "version": "0.0.24", "description": "A Sanity Studio plugin that helps you order your documents via drag-and-drop.", "main": "build/index.js", "scripts": { "start": "babel src -d build --copy-files --watch", "develop": "yarn start", "dev": "yarn start", "build": "babel src -d build --copy-files", "prepare": "yarn build", "lint": "eslint src/**/**" }, "homepage": "https://github.com/BretCameron/sanity-plugin-order-documents", "bugs": { "url": "https://github.com/BretCameron/sanity-plugin-order-documents/issues", "email": "bretcameron+sanity@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/BretCameron/sanity-plugin-order-documents.git" }, "author": "Bret Cameron <bretcameron+sanity@gmail.com>", "keywords": [ "sanity", "studio", "order", "sequence", "arrange", "documents", "plugin" ], "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "dependencies": { "immutability-helper": "^3.1.1", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-tippy": "^1.4.0" }, "peerDependencies": { "@sanity/base": ">= 0.135.x", "@sanity/client": ">= 0.135.x", "@sanity/components": ">= 0.135.x", "@sanity/core": ">= 0.135.x", "react": ">= 16.0.0" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "babel-eslint": "^10.1.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-config-sanity": "^6.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", "prettier": "^2.8.0", "react-hot-loader": "4.13.1" } }