{
	"name": "@wordpress/components",
	"version": "32.5.0",
	"description": "UI components for WordPress.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"components"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/components/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/components"
	},
	"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",
			"require": "./build/index.cjs"
		},
		"./README.md": "./README.md",
		"./CONTRIBUTING.md": "./CONTRIBUTING.md",
		"./package.json": "./package.json",
		"./build-style/": "./build-style/"
	},
	"react-native": "src/index",
	"wpScript": true,
	"types": "build-types",
	"sideEffects": [
		"build-style/**",
		"src/**/*.scss"
	],
	"dependencies": {
		"@ariakit/react": "^0.4.22",
		"@date-fns/utc": "^2.1.1",
		"@emotion/cache": "^11.14.0",
		"@emotion/css": "^11.13.5",
		"@emotion/react": "^11.14.0",
		"@emotion/serialize": "^1.3.3",
		"@emotion/styled": "^11.14.1",
		"@emotion/utils": "^1.4.2",
		"@floating-ui/react-dom": "2.0.8",
		"@types/gradient-parser": "1.1.0",
		"@types/highlight-words-core": "1.2.1",
		"@types/react": "^18.3.27",
		"@use-gesture/react": "^10.3.1",
		"@wordpress/a11y": "^4.43.0",
		"@wordpress/base-styles": "^6.19.0",
		"@wordpress/compose": "^7.43.0",
		"@wordpress/date": "^5.43.0",
		"@wordpress/deprecated": "^4.43.0",
		"@wordpress/dom": "^4.43.0",
		"@wordpress/element": "^6.43.0",
		"@wordpress/escape-html": "^3.43.0",
		"@wordpress/hooks": "^4.43.0",
		"@wordpress/html-entities": "^4.43.0",
		"@wordpress/i18n": "^6.16.0",
		"@wordpress/icons": "^12.1.0",
		"@wordpress/is-shallow-equal": "^5.43.0",
		"@wordpress/keycodes": "^4.43.0",
		"@wordpress/primitives": "^4.43.0",
		"@wordpress/private-apis": "^1.43.0",
		"@wordpress/rich-text": "^7.43.0",
		"@wordpress/warning": "^3.43.0",
		"change-case": "^4.1.2",
		"clsx": "^2.1.1",
		"colord": "^2.7.0",
		"csstype": "^3.2.3",
		"date-fns": "^3.6.0",
		"deepmerge": "^4.3.0",
		"fast-deep-equal": "^3.1.3",
		"framer-motion": "^11.15.0",
		"gradient-parser": "1.1.1",
		"highlight-words-core": "^1.2.2",
		"is-plain-object": "^5.0.0",
		"memize": "^2.1.0",
		"path-to-regexp": "^6.2.1",
		"re-resizable": "^6.4.0",
		"react-colorful": "^5.6.1",
		"react-day-picker": "^9.7.0",
		"remove-accents": "^0.5.0",
		"uuid": "^9.0.1"
	},
	"devDependencies": {
		"@ariakit/test": "^0.4.13",
		"@storybook/addon-docs": "^10.2.8",
		"@storybook/react-vite": "^10.2.8",
		"@testing-library/jest-dom": "^6.9.1",
		"@types/jest": "^29.5.14",
		"@wordpress/jest-console": "^8.43.0",
		"snapshot-diff": "^0.10.0",
		"storybook": "^10.2.8",
		"timezone-mock": "^1.3.6"
	},
	"peerDependencies": {
		"react": "^18.0.0",
		"react-dom": "^18.0.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
}
