UNPKG

@wordpress/format-library

Version:
53 lines (52 loc) 1.39 kB
{ "name": "@wordpress/format-library", "version": "5.21.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.21.0", "@wordpress/block-editor": "^14.16.0", "@wordpress/components": "^29.7.0", "@wordpress/compose": "^7.21.0", "@wordpress/data": "^10.21.0", "@wordpress/element": "^6.21.0", "@wordpress/html-entities": "^4.21.0", "@wordpress/i18n": "^5.21.0", "@wordpress/icons": "^10.21.0", "@wordpress/private-apis": "^1.21.0", "@wordpress/rich-text": "^7.21.0", "@wordpress/url": "^4.21.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "104af00f9abcd7a4d36b87e648f148c72cc4ea5f" }