|
@@ -22,6 +22,7 @@
|
|
|
"@tiptap/core": "^3.0.7",
|
|
|
"@tiptap/extension-bubble-menu": "^2.26.1",
|
|
|
"@tiptap/extension-code-block-lowlight": "^3.0.7",
|
|
|
+ "@tiptap/extension-drag-handle": "^3.0.7",
|
|
|
"@tiptap/extension-file-handler": "^3.0.7",
|
|
|
"@tiptap/extension-floating-menu": "^2.26.1",
|
|
|
"@tiptap/extension-highlight": "^3.0.7",
|
|
@@ -30,6 +31,7 @@
|
|
|
"@tiptap/extension-list": "^3.0.7",
|
|
|
"@tiptap/extension-table": "^3.0.7",
|
|
|
"@tiptap/extension-typography": "^3.0.7",
|
|
|
+ "@tiptap/extension-youtube": "^3.0.7",
|
|
|
"@tiptap/extensions": "^3.0.7",
|
|
|
"@tiptap/pm": "^3.0.7",
|
|
|
"@tiptap/starter-kit": "^3.0.7",
|
|
@@ -3218,6 +3220,23 @@
|
|
|
"lowlight": "^2 || ^3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-collaboration": {
|
|
|
+ "version": "3.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-3.0.7.tgz",
|
|
|
+ "integrity": "sha512-so59vQCAS1vy6k86byk96fYvAPM5w8u8/Yp3jKF1LPi9LH4wzS4hGnOP/dEbedxPU48an9WB1lSOczSKPECJaQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^3.0.7",
|
|
|
+ "@tiptap/pm": "^3.0.7",
|
|
|
+ "@tiptap/y-tiptap": "^3.0.0-beta.3",
|
|
|
+ "yjs": "^13"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extension-document": {
|
|
|
"version": "3.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.0.7.tgz",
|
|
@@ -3231,6 +3250,26 @@
|
|
|
"@tiptap/core": "^3.0.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-drag-handle": {
|
|
|
+ "version": "3.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle/-/extension-drag-handle-3.0.7.tgz",
|
|
|
+ "integrity": "sha512-rm8+0kPz5C5JTp4f1QY61Qd5d7zlJAxLeJtOvgC9RCnrNG1F7LCsmOkvy5fsU6Qk2YCCYOiSSMC4S4HKPrUJhw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/dom": "^1.6.13"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^3.0.7",
|
|
|
+ "@tiptap/extension-collaboration": "^3.0.7",
|
|
|
+ "@tiptap/extension-node-range": "^3.0.7",
|
|
|
+ "@tiptap/pm": "^3.0.7",
|
|
|
+ "@tiptap/y-tiptap": "^3.0.0-beta.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extension-dropcursor": {
|
|
|
"version": "3.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.0.7.tgz",
|
|
@@ -3425,6 +3464,21 @@
|
|
|
"@tiptap/extension-list": "^3.0.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-node-range": {
|
|
|
+ "version": "3.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.0.7.tgz",
|
|
|
+ "integrity": "sha512-cHViNqtOUD9CLJxEj28rcj8tb8RYQZ7kwmtSvIye84Y3MJIzigRm4IUBNNOYnZfq5YAZIR97WKcJeFz3EU1VPg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^3.0.7",
|
|
|
+ "@tiptap/pm": "^3.0.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extension-ordered-list": {
|
|
|
"version": "3.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.0.7.tgz",
|
|
@@ -3531,6 +3585,19 @@
|
|
|
"@tiptap/core": "^3.0.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/extension-youtube": {
|
|
|
+ "version": "3.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-youtube/-/extension-youtube-3.0.7.tgz",
|
|
|
+ "integrity": "sha512-BD4rc7Xoi3O+puXSEArHAbBVu4dhj+9TuuVYzEFgNHI+FN/py9J5AiNf4TXGKBSlMUOYPpODaEROwyGmqAmpuA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ueberdosis"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@tiptap/core": "^3.0.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tiptap/extensions": {
|
|
|
"version": "3.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.0.7.tgz",
|
|
@@ -3611,6 +3678,27 @@
|
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tiptap/y-tiptap": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tiptap/y-tiptap/-/y-tiptap-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-HIeJZCj+KYJde2x6fONzo4o6kd7gW7eonwhQsv2p2VQnUgwNXMVhN+D6Z3AH/2i541Sq33y1PO4U/1ThCPjqbA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "lib0": "^0.2.100"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16.0.0",
|
|
|
+ "npm": ">=8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "prosemirror-model": "^1.7.1",
|
|
|
+ "prosemirror-state": "^1.2.3",
|
|
|
+ "prosemirror-view": "^1.9.10",
|
|
|
+ "y-protocols": "^1.0.1",
|
|
|
+ "yjs": "^13.5.38"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@types/cookie": {
|
|
|
"version": "0.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
|