@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
89 lines (88 loc) • 2.36 kB
JSON
{
"name": "@sanity/desk-tool",
"version": "2.36.2",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "./lib/_exports/index.js",
"types": "index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/dts/_exports/*"
]
}
},
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"scripts": {
"clean": "rimraf lib dest",
"lint": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx --quiet",
"test": "jest"
},
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"desk-tool",
"sanity-plugin",
"sanity-tool"
],
"dependencies": {
"@reach/auto-id": "^0.13.2",
"@sanity/client": "^3.3.3",
"@sanity/data-aspects": "2.35.3",
"@sanity/diff": "2.33.2",
"@sanity/field": "2.36.2",
"@sanity/form-builder": "2.36.2",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/icons": "^1.3.4",
"@sanity/react-hooks": "2.36.2",
"@sanity/structure": "2.36.2",
"@sanity/types": "2.36.2",
"@sanity/ui": "^0.37.22",
"@sanity/util": "2.36.2",
"@sanity/uuid": "^3.0.1",
"framer-motion": "^5.3.3",
"hashlru": "^2.1.0",
"is-hotkey": "^0.1.6",
"leven": "^3.1.0",
"lodash": "^4.17.15",
"mendoza": "^2.1.1",
"nanoid": "^3.1.30",
"react-copy-to-clipboard": "^5.0.4",
"react-is": "^17.0.2",
"react-json-inspector": "^7.1.1",
"react-rx": "^1.0.0-beta.6",
"rxjs": "^6.5.3",
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "2.36.2",
"@sanity/schema": "2.36.2",
"@sanity/ui-workshop": "^0.4.16",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@types/is-hotkey": "^0.1.3",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/shallow-equals": "^1.0.0",
"@types/webpack-env": "^1.16.2",
"react": "17.0.1",
"rimraf": "^2.7.1"
},
"peerDependencies": {
"@sanity/base": "^2.0",
"react": "^16.9 || ^17",
"styled-components": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git",
"directory": "packages/@sanity/desk-tool"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"gitHead": "547637ed8fef99e605fd7677982a66c9bc1fd696"
}