GrapesJS support more or less finished.

This commit is contained in:
Tomas Bures 2018-11-11 01:51:10 +01:00
parent b089993360
commit c7d7b1fe0c
6 changed files with 535 additions and 36 deletions

View file

@ -2180,6 +2180,11 @@
"safe-buffer": "5.1.1"
}
},
"ckeditor": {
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/ckeditor/-/ckeditor-4.11.1.tgz",
"integrity": "sha512-UhHe02cc/wWJquDQZysEgh0ohLMEMU56zDx+s8prDdjylY/aBDY2xdIiIpbgCBTXdjhrEPIAPyiDS9g3RxYXig=="
},
"ckeditor5": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-11.1.1.tgz",
@ -4909,6 +4914,19 @@
}
}
},
"grapesjs-plugin-ckeditor": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/grapesjs-plugin-ckeditor/-/grapesjs-plugin-ckeditor-0.0.9.tgz",
"integrity": "sha512-QXyAcSwgi09pzigGVS/NsHag5Skuw4zTkVGmEiBN/Qi8KU12/cQBG/OjAcjAB3/ZpToyPoglI33Ydjgj2nJuxQ=="
},
"grapesjs-preset-newsletter": {
"version": "0.2.20",
"resolved": "https://registry.npmjs.org/grapesjs-preset-newsletter/-/grapesjs-preset-newsletter-0.2.20.tgz",
"integrity": "sha512-rffUeuznf9Saig+kIUddmGfhWwbLjxdaqAYf6Hoge4b0sfT8knOS4mQXJBdRsSROfzuRhFe6ybRHm4yC32lHxA==",
"requires": {
"juice": "4.3.2"
}
},
"har-validator": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",