From f9e9b20ff0f465f08bd4e4186fb62a0d0a86ca95 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 18 Apr 2022 19:20:36 +0200 Subject: [PATCH] add grapesjs presets --- package.json | 74 +++++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 6036e03..332e0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "murph-project", - "version": "1.3.0", + "version": "1.4.0", "description": "Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS.", "repository": { "type": "git", @@ -8,39 +8,6 @@ }, "license": "MIT", "dependencies": { - "@fortawesome/fontawesome-free": "^5.11.2", - "axios": "^0.21.1", - "bootstrap": "^4.3.1", - "chart.js": "^3.7.1", - "choices.js": "^9.0.1", - "flag-icon-css": "^3.5.0", - "jquery": "^3.6.0", - "popper.js": "^1.16.0", - "qrcodejs": "^1.0.0", - "sortablejs": "^1.14.0", - "tinymce": "^5.7.1", - "vanillajs-datepicker": "^1.1.2", - "vue": "^2.6.14", - "zxcvbn": "^4.4.2", - "@symfony/stimulus-bridge": "^2.0.0", - "@symfony/webpack-encore": "^1.0.0", - "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", - "@vue/babel-preset-jsx": "^1.2.4", - "core-js": "^3.0.0", - "eslint": "^7.28.0", - "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-vue": "^7.11.1", - "file-loader": "^6.0.0", - "regenerator-runtime": "^0.13.2", - "sass": "^1.49.7", - "sass-loader": "^11.0.0", - "stimulus": "^2.0.0", - "vue-loader": "^15.9.5", - "vue-template-compiler": "^2.6.14", - "webpack-notifier": "^1.6.0", "@editorjs/checklist": "^1.3.0", "@editorjs/code": "^2.7.0", "@editorjs/delimiter": "^1.2.0", @@ -58,9 +25,44 @@ "@editorjs/table": "^2.0.1", "@editorjs/underline": "^1.0.0", "@editorjs/warning": "^1.2.0", - "editorjs-inline-tool": "^0.4.0", + "@fortawesome/fontawesome-free": "^5.11.2", + "@symfony/stimulus-bridge": "^2.0.0", + "@symfony/webpack-encore": "^1.0.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", + "@vue/babel-preset-jsx": "^1.2.4", + "axios": "^0.21.1", + "bootstrap": "^4.3.1", + "chart.js": "^3.7.1", + "choices.js": "^9.0.1", + "core-js": "^3.0.0", "editorjs-hyperlink": "^1.0.6", + "editorjs-inline-tool": "^0.4.0", + "eslint": "^7.28.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-vue": "^7.11.1", + "file-loader": "^6.0.0", + "flag-icon-css": "^3.5.0", "grapesjs": "^0.18.4", - "grapesjs-blocks-bootstrap4": "^0.2.3" + "grapesjs-blocks-bootstrap4": "^0.2.3", + "grapesjs-preset-newsletter": "^0.2.21", + "grapesjs-preset-webpage": "^0.1.11", + "jquery": "^3.6.0", + "popper.js": "^1.16.0", + "qrcodejs": "^1.0.0", + "regenerator-runtime": "^0.13.2", + "sass": "^1.49.7", + "sass-loader": "^11.0.0", + "sortablejs": "^1.14.0", + "stimulus": "^2.0.0", + "tinymce": "^5.7.1", + "vanillajs-datepicker": "^1.1.2", + "vue": "^2.6.14", + "vue-loader": "^15.9.5", + "vue-template-compiler": "^2.6.14", + "webpack-notifier": "^1.6.0", + "zxcvbn": "^4.4.2" } }