UNPKG

@wordpress/format-library

Version:
60 lines (59 loc) 1.54 kB
{ "name": "@wordpress/format-library", "version": "5.37.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", "exports": { ".": { "import": "./build-module/index.js", "require": "./build/index.js" }, "./package.json": "./package.json" }, "react-native": "src/index", "wpScript": true, "dependencies": { "@wordpress/a11y": "^4.37.0", "@wordpress/block-editor": "^15.10.0", "@wordpress/components": "^31.0.0", "@wordpress/compose": "^7.37.0", "@wordpress/data": "^10.37.0", "@wordpress/element": "^6.37.0", "@wordpress/html-entities": "^4.37.0", "@wordpress/i18n": "^6.10.0", "@wordpress/icons": "^11.4.0", "@wordpress/latex-to-mathml": "^1.5.0", "@wordpress/private-apis": "^1.37.0", "@wordpress/rich-text": "^7.37.0", "@wordpress/url": "^4.37.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950" }