From b4aeb84e97ba5a644ecc32eb94ec310088c5ae0f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 12 Apr 2022 22:27:40 +0200 Subject: [PATCH] add grapesjs --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68531a5..6036e03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "murph-project", - "version": "1.2.0", + "version": "1.3.0", "description": "Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS.", "repository": { "type": "git", @@ -59,6 +59,8 @@ "@editorjs/underline": "^1.0.0", "@editorjs/warning": "^1.2.0", "editorjs-inline-tool": "^0.4.0", - "editorjs-hyperlink": "^1.0.6" + "editorjs-hyperlink": "^1.0.6", + "grapesjs": "^0.18.4", + "grapesjs-blocks-bootstrap4": "^0.2.3" } }