add grapesjs

This commit is contained in:
Simon Vieille 2022-04-12 22:27:40 +02:00
parent c99eb8c132
commit b4aeb84e97
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 4 additions and 2 deletions

View File

@ -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"
}
}