UNPKG

@silexlabs/grapesjs-notifications

Version:

This GrapesJs plugin is designed to enhance the user experience within the editor by providing a robust notification system. This plugin captures and displays various types of notifications including errors, warnings, and activities, thereby facilitating

59 lines (58 loc) 1.53 kB
{ "name": "@silexlabs/grapesjs-notifications", "version": "0.3.0", "description": "This GrapesJs plugin is designed to enhance the user experience within the editor by providing a robust notification system. This plugin captures and displays various types of notifications including errors, warnings, and activities, thereby facilitating a more interactive and responsive interface.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/silexlabs/grapesjs-notifications.git" }, "scripts": { "start": "grapesjs-cli serve", "test-build-no-grapes": "rm -rf dist && tsc", "build": "grapesjs-cli build --patch=false --dts skip" }, "devDependencies": { "grapesjs-cli": "^4.1.3" }, "peerDependencies": { "grapesjs": ">=0.19.0 <0.23.0", "lit": "*" }, "author": { "name": "Alex Hoyau", "url": "https://lexoyo.me/" }, "license": "AGPL-3.0", "bugs": { "url": "https://github.com/silexlabs/Silex/issues" }, "homepage": "https://github.com/silexlabs/grapesjs-notifications#readme", "keywords": [ "grapesjs", "plugin", "grapesjs-plugin", "notifications", "web-design", "web-development", "UI", "UX", "error-handling", "warning-system", "activity-tracker", "silex", "silexlabs", "no-code", "editor", "web-editor", "frontend", "website-builder" ] }