@wordpress/format-library
Version:
Format library for the WordPress editor.
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@wordpress/format-library",
"version": "5.22.0",
"description": "Format library for the WordPress editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"formats"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/format-library/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/format-library"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"wpScript": true,
"dependencies": {
"@babel/runtime": "7.25.7",
"@wordpress/a11y": "^4.22.0",
"@wordpress/block-editor": "^14.17.0",
"@wordpress/components": "^29.8.0",
"@wordpress/compose": "^7.22.0",
"@wordpress/data": "^10.22.0",
"@wordpress/element": "^6.22.0",
"@wordpress/html-entities": "^4.22.0",
"@wordpress/i18n": "^5.22.0",
"@wordpress/icons": "^10.22.0",
"@wordpress/private-apis": "^1.22.0",
"@wordpress/rich-text": "^7.22.0",
"@wordpress/url": "^4.22.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "01a314d7e46a50101e328fdb11959c441e49372d"
}