mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 10:39:18 +08:00
32 lines
788 B
JSON
32 lines
788 B
JSON
{
|
|
"name": "@tiptap/extension-heading",
|
|
"description": "heading extension for tiptap",
|
|
"version": "2.0.0-beta.196",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap extension"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-extension-heading.cjs.js",
|
|
"umd": "dist/tiptap-extension-heading.umd.js",
|
|
"module": "dist/tiptap-extension-heading.esm.js",
|
|
"types": "dist/packages/extension-heading/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.193"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-heading"
|
|
}
|
|
}
|