@wordpress/components
Version:
UI components for WordPress.
91 lines (90 loc) • 2.47 kB
JSON
{
"name": "@wordpress/components",
"version": "30.0.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"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"wpScript": true,
"types": "build-types",
"sideEffects": [
"build-style/**",
"src/**/*.scss"
],
"dependencies": {
"@ariakit/react": "^0.4.15",
"@babel/runtime": "7.25.7",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/serialize": "^1.0.2",
"@emotion/styled": "^11.6.0",
"@emotion/utils": "^1.0.0",
"@floating-ui/react-dom": "2.0.8",
"@types/gradient-parser": "0.1.3",
"@types/highlight-words-core": "1.2.1",
"@use-gesture/react": "^10.3.1",
"@wordpress/a11y": "^4.27.0",
"@wordpress/compose": "^7.27.0",
"@wordpress/date": "^5.27.0",
"@wordpress/deprecated": "^4.27.0",
"@wordpress/dom": "^4.27.0",
"@wordpress/element": "^6.27.0",
"@wordpress/escape-html": "^3.27.0",
"@wordpress/hooks": "^4.27.0",
"@wordpress/html-entities": "^4.27.0",
"@wordpress/i18n": "^6.0.0",
"@wordpress/icons": "^10.27.0",
"@wordpress/is-shallow-equal": "^5.27.0",
"@wordpress/keycodes": "^4.27.0",
"@wordpress/primitives": "^4.27.0",
"@wordpress/private-apis": "^1.27.0",
"@wordpress/rich-text": "^7.27.0",
"@wordpress/warning": "^3.27.0",
"change-case": "^4.1.2",
"clsx": "^2.1.1",
"colord": "^2.7.0",
"date-fns": "^3.6.0",
"deepmerge": "^4.3.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^11.1.9",
"gradient-parser": "1.0.2",
"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.3.1",
"react-day-picker": "^9.7.0",
"remove-accents": "^0.5.0",
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1"
}