|
@@ -20,6 +20,7 @@
|
|
|
"@sveltejs/svelte-virtual-list": "^3.0.1",
|
|
|
"@tiptap/core": "^2.11.9",
|
|
|
"@tiptap/extension-bubble-menu": "^2.25.0",
|
|
|
+ "@tiptap/extension-character-count": "^2.25.0",
|
|
|
"@tiptap/extension-code-block-lowlight": "^2.11.9",
|
|
|
"@tiptap/extension-floating-menu": "^2.25.0",
|
|
|
"@tiptap/extension-highlight": "^2.10.0",
|
|
@@ -2986,6 +2987,20 @@
|
|
|
"@tiptap/core": "^2.7.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-character-count": {
|
|
|
+ "version": "2.25.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-character-count/-/extension-character-count-2.25.0.tgz",
|
|
|
+ "integrity": "sha512-F+4DxJFptbX3oioqNwS38zOTi6gH9CumV/ISeOIvr4ao7Iija3tNonGDsHhxD05njjbYNIp1OKsxtnzbWukgMA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^2.7.0",
|
|
|
+ "@tiptap/pm": "^2.7.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extension-code": {
|
|
|
"version": "2.10.0",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.10.0.tgz",
|