-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 872 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
{
"name": "grapesjs-user-blocks",
"version": "1.0.6",
"description": "Grapesjs User Blocks",
"main": "dist/index.js",
"homepage": "https://codenanshu.in/projects/grapesjs-user-blocks",
"author": "gxanshu",
"repository": {
"type": "git",
"url": "https://github.com/gxanshu/grapesjs-user-blocks.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"@babel/runtime": "^7.22.6",
"grapesjs": "^0.21.3",
"grapesjs-cli": "^4.1.1"
},
"license": "MIT",
"dependencies": {
"html2canvas": "^1.4.1"
},
"packageManager": "[email protected]+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
}