-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 846 Bytes
/
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
{
"name": "grapesjs-daisyui-tailwind-html-editor",
"version": "0.0.3",
"description": "Online Web and Mobile HTML Builder using daisyui, tailwind and grapejs in a 40kB box!",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vocamen/web-mobile-html-builder.git"
},
"scripts": {
"start": "http-server ./dist/",
"build": "grapesjs-cli build",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"daisyui",
"daisy",
"tailwind",
"drag-and-drop",
"website-builder",
"mobile-builder",
"app-builder",
"html-builder",
"html-editor",
"page-builder",
"site-generator",
"site-builder",
"grapesjs",
"ui-builder",
"no-code",
"nocode"
],
"devDependencies": {
"grapesjs-cli": "^3.0.1"
},
"license": "MIT"
}