Replaced EditorJS with TinyMCE, cheh

This commit is contained in:
Florian Sylvain
2022-12-31 22:26:46 +01:00
parent 311454d05d
commit 91e9448b3b
72 changed files with 3829 additions and 605 deletions
+1 -14
View File
@@ -9,25 +9,12 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@editorjs/checklist": "^1.4.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.26.4",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/nested-list": "^1.2.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/table": "^2.2.0",
"@editorjs/underline": "^1.1.0",
"@editorjs/warning": "^1.3.0",
"@tinymce/tinymce-vue": "^4.0.7",
"pinia": "^2.0.28",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/editorjs__header": "^2.6.0",
"@types/node": "^16.11.56",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",