2021-01-22 07:16:58 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-table-header",
|
|
|
|
"description": "table cell extension for tiptap",
|
2021-07-26 17:42:13 +08:00
|
|
|
"version": "2.0.0-beta.16",
|
2021-01-22 07:16:58 +08:00
|
|
|
"homepage": "https://tiptap.dev",
|
|
|
|
"keywords": [
|
|
|
|
"tiptap",
|
|
|
|
"tiptap extension"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
|
|
},
|
|
|
|
"main": "dist/tiptap-extension-table-header.cjs.js",
|
|
|
|
"umd": "dist/tiptap-extension-table-header.umd.js",
|
|
|
|
"module": "dist/tiptap-extension-table-header.esm.js",
|
|
|
|
"types": "dist/packages/extension-table-header/src/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2021-03-05 19:49:34 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
2021-07-22 21:42:45 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/extension-table-header"
|
2021-01-22 07:16:58 +08:00
|
|
|
}
|
|
|
|
}
|