@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
146 lines (145 loc) • 4.01 kB
JSON
{
"name": "@wordpress/editor",
"version": "14.54.0",
"description": "Enhanced block editor for WordPress posts.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"editor"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/editor"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"files": [
"src",
"build",
"build-module",
"build-style",
"build-types",
"*.md"
],
"main": "build/index.cjs",
"module": "build-module/index.mjs",
"exports": {
".": {
"types": "./build-types/index.d.ts",
"import": "./build-module/index.mjs",
"require": "./build/index.cjs"
},
"./package.json": "./package.json"
},
"wpScript": true,
"types": "build-types",
"sideEffects": [
"build-style/**",
"src/**/*.scss",
"src/index.js",
"src/store/index.js",
"src/hooks/**",
"src/bindings/**",
"build/index.cjs",
"build/store/index.cjs",
"build/hooks/**",
"build/bindings/**",
"build-module/index.mjs",
"build-module/store/index.mjs",
"build-module/hooks/**",
"build-module/bindings/**"
],
"dependencies": {
"@wordpress/a11y": "^4.54.0",
"@wordpress/api-fetch": "^7.54.0",
"@wordpress/base-styles": "^13.0.0",
"@wordpress/blob": "^4.54.0",
"@wordpress/block-editor": "^17.0.0",
"@wordpress/block-serialization-default-parser": "^5.54.0",
"@wordpress/blocks": "^15.27.0",
"@wordpress/commands": "^1.54.0",
"@wordpress/components": "^40.0.0",
"@wordpress/compose": "^8.7.0",
"@wordpress/core-data": "^7.54.0",
"@wordpress/data": "^10.54.0",
"@wordpress/dataviews": "^18.1.0",
"@wordpress/date": "^5.54.0",
"@wordpress/deprecated": "^4.54.0",
"@wordpress/dom": "^4.54.0",
"@wordpress/element": "^8.6.0",
"@wordpress/escape-html": "^3.54.0",
"@wordpress/fields": "^0.46.0",
"@wordpress/global-styles-engine": "^1.21.0",
"@wordpress/global-styles-ui": "^1.21.0",
"@wordpress/hooks": "^4.54.0",
"@wordpress/html-entities": "^4.54.0",
"@wordpress/i18n": "^6.27.0",
"@wordpress/icons": "^15.5.0",
"@wordpress/interface": "^10.0.0",
"@wordpress/kebab-case": "^1.1.0",
"@wordpress/keyboard-shortcuts": "^5.54.0",
"@wordpress/keycodes": "^4.54.0",
"@wordpress/media-editor": "^0.17.0",
"@wordpress/media-fields": "^0.19.0",
"@wordpress/media-utils": "^5.54.0",
"@wordpress/notices": "^5.54.0",
"@wordpress/patterns": "^2.54.0",
"@wordpress/plugins": "^7.54.0",
"@wordpress/preferences": "^4.54.0",
"@wordpress/private-apis": "^1.54.0",
"@wordpress/reusable-blocks": "^5.54.0",
"@wordpress/rich-text": "^7.54.0",
"@wordpress/server-side-render": "^6.30.0",
"@wordpress/theme": "^2.0.0",
"@wordpress/ui": "^0.21.0",
"@wordpress/upload-media": "^0.39.0",
"@wordpress/url": "^4.54.0",
"@wordpress/views": "^1.21.0",
"@wordpress/warning": "^3.54.0",
"@wordpress/wordcount": "^4.54.0",
"change-case": "^4.1.2",
"client-zip": "^2.4.5",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"date-fns": "^4.4.0",
"diff": "^8.0.3",
"fast-deep-equal": "^3.1.3",
"react-autosize-textarea": "^7.1.0",
"redux": "^5.0.1",
"remove-accents": "^0.5.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@storybook/react-vite": "^10.5.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@wordpress/block-library": "^10.5.0",
"deep-freeze": "^0.0.1"
},
"peerDependencies": {
"@types/react": "^18 || ^19",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "5ef24f60261976bb198ad035db24bf81c1fb92b4"
}