feat: basic integration with TipTap (#87)
This commit is contained in:
parent
019a36c9bb
commit
c2810fd5eb
14 changed files with 722 additions and 31 deletions
10
package.json
10
package.json
|
@ -23,6 +23,15 @@
|
|||
"@iconify-json/ri": "^1.1.4",
|
||||
"@iconify-json/twemoji": "^1.1.6",
|
||||
"@pinia/nuxt": "^0.4.5",
|
||||
"@tiptap/extension-character-count": "2.0.0-beta.203",
|
||||
"@tiptap/extension-code-block": "2.0.0-beta.203",
|
||||
"@tiptap/extension-mention": "2.0.0-beta.203",
|
||||
"@tiptap/extension-paragraph": "2.0.0-beta.203",
|
||||
"@tiptap/extension-placeholder": "2.0.0-beta.203",
|
||||
"@tiptap/extension-text": "2.0.0-beta.203",
|
||||
"@tiptap/starter-kit": "2.0.0-beta.203",
|
||||
"@tiptap/suggestion": "2.0.0-beta.203",
|
||||
"@tiptap/vue-3": "2.0.0-beta.203",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/prettier": "^2.7.1",
|
||||
|
@ -51,6 +60,7 @@
|
|||
"sanitize-html": "^2.7.3",
|
||||
"shiki": "^0.11.1",
|
||||
"theme-vitesse": "^0.6.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"typescript": "^4.9.3",
|
||||
"ufo": "^1.0.0",
|
||||
"unplugin-auto-import": "^0.11.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue