mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 11:49:02 +08:00
f6ef4caa14
- @tiptap/core@2.0.0-beta.126 - @tiptap/extension-gapcursor@2.0.0-beta.28 - @tiptap/extension-table@2.0.0-beta.35 - @tiptap/html@2.0.0-beta.125 - @tiptap/react@2.0.0-beta.84 - @tiptap/starter-kit@2.0.0-beta.128 - @tiptap/vue-3@2.0.0-beta.71
36 lines
908 B
JSON
36 lines
908 B
JSON
{
|
|
"name": "@tiptap/extension-gapcursor",
|
|
"description": "gapcursor extension for tiptap",
|
|
"version": "2.0.0-beta.28",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-gapcursor.cjs.js",
|
|
"umd": "dist/tiptap-extension-gapcursor.umd.js",
|
|
"module": "dist/tiptap-extension-gapcursor.esm.js",
|
|
"types": "dist/packages/extension-gapcursor/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/prosemirror-gapcursor": "^1.0.4",
|
|
"prosemirror-gapcursor": "^1.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-gapcursor"
|
|
}
|
|
}
|