UNPKG

@wordpress/notices

Version:
43 lines (42 loc) 994 B
{ "name": "@wordpress/notices", "version": "5.25.0", "description": "State management for notices.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "notices" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/notices" }, "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", "dependencies": { "@babel/runtime": "7.25.7", "@wordpress/a11y": "^4.25.0", "@wordpress/data": "^10.25.0" }, "peerDependencies": { "react": "^18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d" }