init table, table-row and table-cell
This commit is contained in:
27
packages/extension-table-cell/package.json
Normal file
27
packages/extension-table-cell/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.0.0-alpha.5",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
"tiptap extension"
|
||||
],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"main": "dist/tiptap-extension-table-cell.cjs.js",
|
||||
"umd": "dist/tiptap-extension-table-cell.umd.js",
|
||||
"module": "dist/tiptap-extension-table-cell.esm.js",
|
||||
"unpkg": "dist/tiptap-extension-table-cell.bundle.umd.min.js",
|
||||
"types": "dist/packages/extension-table-cell/src/index.d.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.0.0-alpha.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user