UNPKG

@wordpress/interactivity-router

Version:

Package that exposes state and actions from the `core/router` store, part of the Interactivity API.

43 lines (42 loc) 1.2 kB
{ "name": "@wordpress/interactivity-router", "version": "2.28.0", "description": "Package that exposes state and actions from the `core/router` store, part of the Interactivity API.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "interactivity" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity-router/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/interactivity-router" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Interactivity%20API" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "wpScriptModuleExports": { ".": "./build-module/index.js", "./full-page": "./build-module/full-page.js" }, "types": "build-types", "dependencies": { "@wordpress/a11y": "^4.28.0", "@wordpress/interactivity": "^6.28.0", "es-module-lexer": "^1.5.4" }, "publishConfig": { "access": "public" }, "gitHead": "28cc2098f5ee28f89096b638533796538f495f72" }