-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 937 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
{
"name": "PimcoreGrapesJSBundle",
"version": "1.0.5",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Chris Ben",
"url": "https://cben.dev"
},
"scripts": {
"dev": "parcel build src/Resources/private/grapeseditor.js -d src/Resources/public/ --no-source-maps --no-content-hash --no-minify",
"watch": "parcel watch src/Resources/private/grapeseditor.js -d src/Resources/public/",
"build": "parcel build src/Resources/private/grapeseditor.js -d src/Resources/public/ --no-content-hash"
},
"dependencies": {
"grapesjs": "^0.16.18",
"grapesjs-blocks-basic": "^0.1.8",
"grapesjs-blocks-bootstrap4": "^0.2.0",
"grapesjs-blocks-flexbox": "^0.1.1",
"grapesjs-plugin-ckeditor": "^0.0.9",
"grapesjs-style-bg": "^1.0.3",
"grapesjs-style-filter": "^0.1.3",
"grapesjs-style-gradient": "^2.0.3",
"grapesjs-tabs": "^0.2.2",
"parcel-bundler": "^1.12.4"
}
}