First EditorJS implementation

This commit is contained in:
Florian Sylvain
2022-12-30 19:30:23 +01:00
parent 80b1364486
commit 44ae2ef43f
8 changed files with 639 additions and 165 deletions
+14 -1
View File
@@ -9,12 +9,25 @@
"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",
"pinia": "^2.0.28",
"vue": "^3.2.38",
"vue-editor-js": "^2.0.2",
"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",