/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/rich-text/package.json
81 строка
2 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
7 часов назад
Не верифицирован
7 часов назад
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/rich-text", "version": "7.53.0", "description": "Rich text value and manipulation API.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "rich-text" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/rich-text" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "src", "build", "build-module", "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": [ "src/**/*.scss", "src/index.js", "src/store/index.js", "build/index.cjs", "build/store/index.cjs", "build-module/index.mjs", "build-module/store/index.mjs" ], "dependencies": { "@wordpress/a11y": "file:../a11y", "@wordpress/compose": "file:../compose", "@wordpress/data": "file:../data", "@wordpress/deprecated": "file:../deprecated", "@wordpress/dom": "file:../dom", "@wordpress/element": "file:../element", "@wordpress/escape-html": "file:../escape-html", "@wordpress/i18n": "file:../i18n", "@wordpress/keycodes": "file:../keycodes", "@wordpress/private-apis": "file:../private-apis", "colord": "^2.9.3" }, "devDependencies": { "deep-freeze": "^0.0.1" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" } }