/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/admin-ui/package.json
74 строки
2 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/admin-ui", "version": "2.7.0", "description": "Generic components to be used in the Admin UI.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "admin", "ui" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/admin-ui/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/admin-ui" }, "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" }, "types": "build-types", "sideEffects": [ "src/**/*.module.css" ], "dependencies": { "@wordpress/components": "file:../components", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", "@wordpress/private-apis": "file:../private-apis", "@wordpress/route": "file:../route", "@wordpress/style-runtime": "file:../style-runtime", "@wordpress/ui": "file:../ui", "clsx": "^2.1.1" }, "devDependencies": { "@storybook/react-vite": "^10.4.3", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@wordpress/icons": "file:../icons" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" } }