UNPKG

@wordpress/components

Version:
106 lines (105 loc) 2.86 kB
{ "name": "@wordpress/components", "version": "30.9.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", "exports": { ".": { "types": "./build-types/index.d.ts", "import": "./build-module/index.js", "require": "./build/index.js" }, "./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.15", "@date-fns/utc": "^2.1.1", "@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": "1.1.0", "@types/highlight-words-core": "1.2.1", "@use-gesture/react": "^10.3.1", "@wordpress/a11y": "^4.36.0", "@wordpress/base-styles": "^6.12.0", "@wordpress/compose": "^7.36.0", "@wordpress/date": "^5.36.0", "@wordpress/deprecated": "^4.36.0", "@wordpress/dom": "^4.36.0", "@wordpress/element": "^6.36.0", "@wordpress/escape-html": "^3.36.0", "@wordpress/hooks": "^4.36.0", "@wordpress/html-entities": "^4.36.0", "@wordpress/i18n": "^6.9.0", "@wordpress/icons": "^11.3.0", "@wordpress/is-shallow-equal": "^5.36.0", "@wordpress/keycodes": "^4.36.0", "@wordpress/primitives": "^4.36.0", "@wordpress/private-apis": "^1.36.0", "@wordpress/rich-text": "^7.36.0", "@wordpress/warning": "^3.36.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.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.3.1", "react-day-picker": "^9.7.0", "remove-accents": "^0.5.0", "uuid": "^9.0.1" }, "devDependencies": { "timezone-mock": "^1.3.6" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9" }