@gechiui/block-editor
Version:
80 lines (79 loc) • 2.17 kB
JSON
{
"name": "@gechiui/block-editor",
"version": "8.0.17",
"description": "Generic block editor.",
"author": "The GeChiUI Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"gechiui",
"gutenberg",
"editor",
"blocks"
],
"homepage": "https://github.com/GeChiUI/gutenberg/tree/HEAD/packages/block-editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/GeChiUI/gutenberg.git",
"directory": "packages/block-editor"
},
"bugs": {
"url": "https://github.com/GeChiUI/gutenberg/issues"
},
"engines": {
"node": ">=12"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"sideEffects": [
"build-style/**",
"src/**/*.scss",
"{src,build,build-module}/{index.js,store/index.js,hooks/**}"
],
"dependencies": {
"@babel/runtime": "^7.16.0",
"@react-spring/web": "^9.2.4",
"@gechiui/a11y": "^3.2.4",
"@gechiui/api-fetch": "^5.2.6",
"@gechiui/blob": "^3.2.2",
"@gechiui/block-serialization-default-parser": "^4.2.3",
"@gechiui/blocks": "^11.1.5",
"@gechiui/components": "^19.2.3",
"@gechiui/compose": "^5.0.7",
"@gechiui/data": "^6.1.5",
"@gechiui/deprecated": "^3.2.3",
"@gechiui/dom": "^3.2.7",
"@gechiui/element": "^4.0.4",
"@gechiui/hooks": "^3.2.2",
"@gechiui/html-entities": "^3.2.3",
"@gechiui/i18n": "^4.2.4",
"@gechiui/icons": "^6.1.1",
"@gechiui/is-shallow-equal": "^4.2.1",
"@gechiui/keyboard-shortcuts": "^3.0.7",
"@gechiui/keycodes": "^3.2.4",
"@gechiui/notices": "^3.2.8",
"@gechiui/rich-text": "^5.0.8",
"@gechiui/shortcode": "^3.2.3",
"@gechiui/token-list": "^2.2.2",
"@gechiui/url": "^3.3.1",
"@gechiui/warning": "^2.2.2",
"@gechiui/wordcount": "^3.2.3",
"classnames": "^2.3.1",
"colord": "^2.7.0",
"css-mediaquery": "^0.1.2",
"diff": "^4.0.2",
"dom-scroll-into-view": "^1.2.1",
"inherits": "^2.0.3",
"lodash": "^4.17.21",
"memize": "^1.1.0",
"react-autosize-textarea": "^7.1.0",
"react-easy-crop": "^3.0.0",
"redux-multi": "^0.1.12",
"rememo": "^3.0.0",
"traverse": "^0.6.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "1246a52b9fdfecf592a9fa1d33a2804a6cc2d257"
}