UNPKG

@wordpress/commands

Version:
59 lines (58 loc) 1.42 kB
{ "name": "@wordpress/commands", "version": "1.37.0", "description": "Handles the commands menu.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "commands", "k" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/commands/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/commands" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "build/index.js", "module": "build-module/index.js", "exports": { ".": { "import": "./build-module/index.js", "require": "./build/index.js" }, "./package.json": "./package.json", "./build-style/": "./build-style/" }, "react-native": "src/index", "wpScript": true, "dependencies": { "@wordpress/base-styles": "^6.13.0", "@wordpress/components": "^31.0.0", "@wordpress/data": "^10.37.0", "@wordpress/element": "^6.37.0", "@wordpress/i18n": "^6.10.0", "@wordpress/icons": "^11.4.0", "@wordpress/keyboard-shortcuts": "^5.37.0", "@wordpress/private-apis": "^1.37.0", "clsx": "^2.1.1", "cmdk": "^1.0.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950" }