@sanity/form-builder
Version:
Sanity form builder
102 lines (101 loc) • 2.83 kB
JSON
{
"name": "@sanity/form-builder",
"version": "2.36.2",
"description": "Sanity form builder",
"main": "lib/_exports/index.js",
"types": "index.d.ts",
"//": "the typesVersion config below is a workaround for TypeScript's lack of support for package exports",
"typesVersions": {
"*": {
"*": [
"dist/dts/_exports/*"
]
}
},
"scripts": {
"clean": "rimraf lib dest",
"test": "jest"
},
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"form-builder"
],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@reach/auto-id": "^0.13.2",
"@sanity/asset-utils": "^1.2.5",
"@sanity/base": "2.36.2",
"@sanity/block-tools": "2.36.2",
"@sanity/client": "^3.3.3",
"@sanity/color": "^2.1.14",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/icons": "^1.3.4",
"@sanity/image-url": "^1.0.1",
"@sanity/imagetool": "2.35.3",
"@sanity/initial-value-templates": "2.36.2",
"@sanity/mutator": "2.36.1",
"@sanity/portable-text-editor": "3.0.0-v3-pte.88",
"@sanity/schema": "2.36.2",
"@sanity/types": "2.36.2",
"@sanity/ui": "^0.37.22",
"@sanity/util": "2.36.2",
"@sanity/uuid": "^3.0.1",
"attr-accept": "^1.1.0",
"date-fns": "^2.16.1",
"debug": "^3.2.7",
"diff-match-patch": "^1.0.4",
"exif-component": "^1.0.1",
"get-random-values": "^1.2.2",
"lodash": "^4.17.15",
"nano-pubsub": "^2.0.1",
"pretty-bytes": "^4.0.2",
"react-fast-compare": "^3.2.0",
"react-focus-lock": "^2.5.0",
"react-is": "^17.0.2",
"react-rx": "^1.0.0-beta.6",
"react-sortable-hoc": "^1.11.0",
"rxjs": "^6.5.3",
"scroll-into-view-if-needed": "^2.2.26",
"shallow-equals": "^1.0.0",
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/state-router": "2.35.3",
"@sanity/ui-workshop": "^0.4.16",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.16",
"@types/diff-match-patch": "^1.0.32",
"@types/react-is": "^17.0.1",
"prop-types": "^15.6.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"rimraf": "^2.7.1",
"styled-components": "^5.2.0",
"ts-node": "^9.1.1"
},
"peerDependencies": {
"prop-types": "^15.6 || ^16",
"react": "^16.9 || ^17",
"react-dom": "^16.9 || ^17",
"styled-components": "^5.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git",
"directory": "packages/@sanity/form-builder"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"gitHead": "547637ed8fef99e605fd7677982a66c9bc1fd696"
}