-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@silexlabs/grapesjs-notifications",
"version": "0.0.8",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/silexlabs/grapesjs-notifications.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build --patch=false"
},
"devDependencies": {
"grapesjs-cli": "^4.1.3"
},
"peerDependencies": {
"grapesjs": "^0.21.10",
"lit": "^3.1.2"
},
"author": "@lexoyo",
"license": "MIT",
"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"
]
}