@quillforms/block-editor
Version:
56 lines (55 loc) • 1.57 kB
JSON
{
"name": "@quillforms/block-editor",
"version": "4.0.4",
"description": "Quill forms block editor",
"author": "Mohamed Magdy <md.magdy.sa@gmail.com> (https://github.com/mdmag)",
"license": "GPL-2.0-or-later",
"keywords": [
"quillforms",
"block",
"editor"
],
"homepage": "https://github.com/quillforms/quillforms/tree/master/packages/block-editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/quillforms/quillforms.git",
"directory": "packages/block-editor"
},
"bugs": {
"url": "https://github.com/quillforms/quillforms/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"types": "build-types",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@quillforms/admin-components": "^4.0.4",
"@quillforms/config": "^4.0.4",
"@quillforms/theme-editor": "^4.0.4",
"@quillforms/types": "^4.0.4",
"@wordpress/data": "^10.26.0",
"@wordpress/element": "^6.26.0",
"@wordpress/icons": "^10.26.0",
"classnames": "^2.3.1",
"emoji-mart": "^3.0.1",
"is-url": "^1.2.4",
"lodash": "^4.17.21",
"react-autosize-textarea": "^7.1.0",
"react-confirm-alert": "^2.7.0",
"react-dnd": "15.1.2",
"react-intersection-observer": "^8.32.0",
"rememo": "^4.0.2",
"slate": "^0.94.1",
"slate-history": "0.86.0",
"slate-hyperscript": "0.77.0",
"slate-react": "^0.97.2"
},
"peerDependencies": {
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "50abe92c5e7c056add2d51383e318ea5597219be"
}