mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 08:19:34 +08:00
6ad4777a6e
- @tiptap/extension-dropcursor@2.0.0-beta.19 - @tiptap/starter-kit@2.0.0-beta.100 - @tiptap/vue-3@2.0.0-beta.56
36 lines
917 B
JSON
36 lines
917 B
JSON
{
|
|
"name": "@tiptap/extension-dropcursor",
|
|
"description": "dropcursor extension for tiptap",
|
|
"version": "2.0.0-beta.19",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-dropcursor.cjs.js",
|
|
"umd": "dist/tiptap-extension-dropcursor.umd.js",
|
|
"module": "dist/tiptap-extension-dropcursor.esm.js",
|
|
"types": "dist/packages/extension-dropcursor/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/prosemirror-dropcursor": "^1.0.3",
|
|
"prosemirror-dropcursor": "^1.3.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-dropcursor"
|
|
}
|
|
}
|