Added TipTap Mention

This commit is contained in:
AlphaX-Qortal
2025-01-22 13:20:12 +01:00
parent a645d76b10
commit e2e358c748
6 changed files with 47 additions and 5 deletions

31
package-lock.json generated
View File

@@ -16,6 +16,7 @@
"@tiptap/core": "2.0.4",
"@tiptap/extension-highlight": "2.0.4",
"@tiptap/extension-image": "2.0.4",
"@tiptap/extension-mention": "2.0.0",
"@tiptap/extension-placeholder": "2.0.4",
"@tiptap/extension-underline": "2.0.4",
"@tiptap/html": "2.0.4",
@@ -3398,6 +3399,21 @@
"@tiptap/core": "^2.0.0"
}
},
"node_modules/@tiptap/extension-mention": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-2.0.0.tgz",
"integrity": "sha512-HN+MqyRA9E6pfO1Yck8qCINaXJh5+ypET4Iahp+6JGNih7coQ4oqeY+rsPJ2ksVv2VXWUpUWZblvBrluxjmLng==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"@tiptap/suggestion": "2.0.0"
}
},
"node_modules/@tiptap/extension-placeholder": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-2.0.4.tgz",
@@ -3812,6 +3828,21 @@
"prosemirror-view": "^1.33.8"
}
},
"node_modules/@tiptap/suggestion": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.0.0.tgz",
"integrity": "sha512-U4POIQXKOJu/1a81W2A0COVx0ncAh9VxyMx3DkSZd/gPxjXbWIq1EKcb+TJOo+317fA9WVtWYKRCkFRMv5f24g==",
"license": "MIT",
"peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
}
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",