/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/edit-post/package.json
97 строк
3 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/edit-post", "version": "8.52.0", "description": "Edit Post module for WordPress.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "editor", "post" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/edit-post" }, "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": { ".": { "import": "./build-module/index.mjs", "default": "./build/index.cjs" }, "./package.json": "./package.json" }, "wpScript": true, "wpScriptExtraDependencies": [ "media-models", "media-views", "postbox" ], "dependencies": { "@wordpress/a11y": "file:../a11y", "@wordpress/admin-ui": "file:../admin-ui", "@wordpress/api-fetch": "file:../api-fetch", "@wordpress/base-styles": "file:../base-styles", "@wordpress/block-editor": "file:../block-editor", "@wordpress/block-library": "file:../block-library", "@wordpress/blocks": "file:../blocks", "@wordpress/commands": "file:../commands", "@wordpress/components": "file:../components", "@wordpress/compose": "file:../compose", "@wordpress/core-data": "file:../core-data", "@wordpress/data": "file:../data", "@wordpress/deprecated": "file:../deprecated", "@wordpress/dom": "file:../dom", "@wordpress/editor": "file:../editor", "@wordpress/element": "file:../element", "@wordpress/global-styles-engine": "file:../global-styles-engine", "@wordpress/hooks": "file:../hooks", "@wordpress/html-entities": "file:../html-entities", "@wordpress/i18n": "file:../i18n", "@wordpress/icons": "file:../icons", "@wordpress/keyboard-shortcuts": "file:../keyboard-shortcuts", "@wordpress/keycodes": "file:../keycodes", "@wordpress/notices": "file:../notices", "@wordpress/plugins": "file:../plugins", "@wordpress/preferences": "file:../preferences", "@wordpress/private-apis": "file:../private-apis", "@wordpress/theme": "file:../theme", "@wordpress/ui": "file:../ui", "@wordpress/url": "file:../url", "@wordpress/viewport": "file:../viewport", "@wordpress/warning": "file:../warning", "@wordpress/widgets": "file:../widgets", "clsx": "^2.1.1" }, "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "publishConfig": { "access": "public" } }