/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/media-editor/package.json
85 строк
2 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
3 часа назад
Не верифицирован
3 часа назад
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/media-editor", "version": "0.16.0", "description": "Media editor components for WordPress.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "media", "editor", "attachment" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/media-editor/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/media-editor" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "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" }, "types": "build-types", "sideEffects": [ "build-style/**", "src/**/*.scss", "src/store/index.ts", "build/store/index.cjs", "build-module/store/index.mjs" ], "dependencies": { "@wordpress/a11y": "file:../a11y", "@wordpress/api-fetch": "file:../api-fetch", "@wordpress/base-styles": "file:../base-styles", "@wordpress/components": "file:../components", "@wordpress/compose": "file:../compose", "@wordpress/core-data": "file:../core-data", "@wordpress/data": "file:../data", "@wordpress/dataviews": "file:../dataviews", "@wordpress/date": "file:../date", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", "@wordpress/icons": "file:../icons", "@wordpress/interface": "file:../interface", "@wordpress/keyboard-shortcuts": "file:../keyboard-shortcuts", "@wordpress/keycodes": "file:../keycodes", "@wordpress/notices": "file:../notices", "@wordpress/private-apis": "file:../private-apis", "@wordpress/ui": "file:../ui", "clsx": "^2.1.1", "gl-matrix": "^3.4.3" }, "devDependencies": { "@storybook/react-vite": "^10.4.3", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" } }