feat(editor): select language
This commit is contained in:
parent
c85d9bb913
commit
0acc0f7689
6 changed files with 97 additions and 7 deletions
|
@ -28,6 +28,7 @@
|
|||
"@pinia/nuxt": "^0.4.5",
|
||||
"@tiptap/extension-character-count": "2.0.0-beta.204",
|
||||
"@tiptap/extension-code-block": "2.0.0-beta.204",
|
||||
"@tiptap/extension-code-block-lowlight": "2.0.0-beta.204",
|
||||
"@tiptap/extension-mention": "2.0.0-beta.204",
|
||||
"@tiptap/extension-paragraph": "2.0.0-beta.204",
|
||||
"@tiptap/extension-placeholder": "2.0.0-beta.204",
|
||||
|
@ -55,6 +56,7 @@
|
|||
"fuse.js": "^6.6.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lint-staged": "^13.0.4",
|
||||
"lowlight": "^2.8.0",
|
||||
"lru-cache": "^7.14.1",
|
||||
"masto": "^4.7.0-rc1",
|
||||
"nuxt": "^3.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue