/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/widget-dashboard/package.json
91 строка
2 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/widget-dashboard", "version": "0.4.0", "description": "Stateless rendering engine for widget dashboards: the WidgetDashboard compound component and its grid-settings kit.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "widgets", "dashboard", "grid" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/widget-dashboard/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/widget-dashboard" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=20.10.0", "npm": ">=10.2.3" }, "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", "default": "./build/index.cjs" }, "./package.json": "./package.json" }, "wpScript": false, "types": "build-types", "sideEffects": [ "src/**/*.module.css" ], "dependencies": { "@wordpress/commands": "file:../commands", "@wordpress/components": "file:../components", "@wordpress/compose": "file:../compose", "@wordpress/data": "file:../data", "@wordpress/dataviews": "file:../dataviews", "@wordpress/element": "file:../element", "@wordpress/grid": "file:../grid", "@wordpress/i18n": "file:../i18n", "@wordpress/icons": "file:../icons", "@wordpress/primitives": "file:../primitives", "@wordpress/private-apis": "file:../private-apis", "@wordpress/style-runtime": "file:../style-runtime", "@wordpress/ui": "file:../ui", "@wordpress/viewport": "file:../viewport", "@wordpress/widget-primitives": "file:../widget-primitives", "clsx": "^2.1.1", "fast-deep-equal": "^3.1.3", "uuid": "^14.0.0" }, "devDependencies": { "@storybook/react-vite": "^10.4.3", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", "storybook": "^10.4.3" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" } }