{
	"name": "@wordpress/admin-ui",
	"version": "2.4.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": "^36.0.0",
		"@wordpress/element": "^8.1.0",
		"@wordpress/i18n": "^6.22.0",
		"@wordpress/private-apis": "^1.49.0",
		"@wordpress/route": "^0.15.0",
		"@wordpress/style-runtime": "^0.5.0",
		"@wordpress/ui": "^0.16.0",
		"clsx": "^2.1.1"
	},
	"devDependencies": {
		"@testing-library/dom": "^10.4.1",
		"@testing-library/react": "^16.3.2"
	},
	"peerDependencies": {
		"@types/react": "^18.3.27",
		"react": "^18.0.0"
	},
	"peerDependenciesMeta": {
		"@types/react": {
			"optional": true
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "0e7112a4f4fde4ea15bd9060489b8f6fe11eb6ca"
}
