{
	"name": "@wordpress/global-styles-ui",
	"version": "1.16.0",
	"description": "Global Styles UI components for WordPress.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"global-styles",
		"design-system"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/global-styles-ui/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/global-styles-ui"
	},
	"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": {
		".": {
			"types": "./build-types/index.d.ts",
			"import": "./build-module/index.mjs",
			"default": "./build/index.cjs"
		},
		"./package.json": "./package.json",
		"./build-style/": "./build-style/"
	},
	"dependencies": {
		"@wordpress/a11y": "^4.49.0",
		"@wordpress/api-fetch": "^7.49.0",
		"@wordpress/base-styles": "^10.1.0",
		"@wordpress/block-editor": "^15.22.0",
		"@wordpress/blocks": "^15.22.0",
		"@wordpress/components": "^36.0.0",
		"@wordpress/compose": "^8.2.0",
		"@wordpress/core-data": "^7.49.0",
		"@wordpress/data": "^10.49.0",
		"@wordpress/date": "^5.49.0",
		"@wordpress/element": "^8.1.0",
		"@wordpress/global-styles-engine": "^1.16.0",
		"@wordpress/i18n": "^6.22.0",
		"@wordpress/icons": "^15.0.0",
		"@wordpress/keycodes": "^4.49.0",
		"@wordpress/private-apis": "^1.49.0",
		"@wordpress/ui": "^0.16.0",
		"change-case": "^4.1.2",
		"clsx": "^2.1.1",
		"colord": "^2.9.3"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.1",
		"@testing-library/react": "^16.3.2"
	},
	"peerDependencies": {
		"@types/react": "^18.3.27",
		"react": "^18.0.0",
		"react-dom": "^18.0.0"
	},
	"peerDependenciesMeta": {
		"@types/react": {
			"optional": true
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "0e7112a4f4fde4ea15bd9060489b8f6fe11eb6ca"
}
