mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 09:29:02 +08:00
31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"name": "@tiptap/extension-gapcursor",
|
|
"version": "2.0.0-alpha.0",
|
|
"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",
|
|
"unpkg": "dist/tiptap-extension-gapcursor.bundle.umd.min.js",
|
|
"types": "dist/packages/extension-gapcursor/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-alpha.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/prosemirror-gapcursor": "^1.0.1",
|
|
"prosemirror-gapcursor": "^1.1.5"
|
|
}
|
|
}
|