mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
35 lines
900 B
JSON
35 lines
900 B
JSON
{
|
|
"name": "@tiptap/extension-horizontal-rule",
|
|
"description": "horizontal rule extension for tiptap",
|
|
"version": "2.0.0-beta.17",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-horizontal-rule.cjs.js",
|
|
"umd": "dist/tiptap-extension-horizontal-rule.umd.js",
|
|
"module": "dist/tiptap-extension-horizontal-rule.esm.js",
|
|
"types": "dist/packages/extension-horizontal-rule/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-state": "^1.3.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-horizontal-rule"
|
|
}
|
|
}
|