|
@@ -23,6 +23,7 @@
|
|
|
"@tiptap/extension-code-block-lowlight": "^2.11.9",
|
|
|
"@tiptap/extension-floating-menu": "^2.25.0",
|
|
|
"@tiptap/extension-highlight": "^2.10.0",
|
|
|
+ "@tiptap/extension-link": "^2.25.0",
|
|
|
"@tiptap/extension-placeholder": "^2.10.0",
|
|
|
"@tiptap/extension-table": "^2.12.0",
|
|
|
"@tiptap/extension-table-cell": "^2.12.0",
|
|
@@ -3167,6 +3168,23 @@
|
|
|
"@tiptap/core": "^2.7.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-link": {
|
|
|
+ "version": "2.25.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.25.0.tgz",
|
|
|
+ "integrity": "sha512-jNd+1Fd7wiIbxlS51weBzyDtBEBSVzW0cgzdwOzBYQtPJueRyXNNVERksyinDuVgcfvEWgmNZUylgzu7mehnEg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "linkifyjs": "^4.2.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^2.7.0",
|
|
|
+ "@tiptap/pm": "^2.7.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extension-list-item": {
|
|
|
"version": "2.10.0",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-2.10.0.tgz",
|
|
@@ -8443,6 +8461,12 @@
|
|
|
"uc.micro": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/linkifyjs": {
|
|
|
+ "version": "4.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.1.tgz",
|
|
|
+ "integrity": "sha512-DRSlB9DKVW04c4SUdGvKK5FR6be45lTU9M76JnngqPeeGDqPwYc0zdUErtsNVMtxPXgUWV4HbXbnC4sNyBxkYg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/listr2": {
|
|
|
"version": "3.14.0",
|
|
|
"resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz",
|