UNPKG

@wordpress/interactivity

Version:

Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.

38 lines (37 loc) 1.02 kB
{ "name": "@wordpress/interactivity", "version": "4.0.0", "description": "Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "interactivity" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/interactivity" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Interactivity%20API" }, "engines": { "node": ">=12" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "types": "build-types", "dependencies": { "@preact/signals": "^1.2.2", "deepsignal": "^1.4.0", "preact": "^10.19.3" }, "publishConfig": { "access": "public" }, "gitHead": "45de2cb4212fed7f2763e95f10300d1ff9d0ec08" }