mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-02 01:49:02 +08:00
38 lines
952 B
JSON
38 lines
952 B
JSON
{
|
|
"name": "@tiptap/extension-table",
|
|
"description": "table 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-table.cjs.js",
|
|
"umd": "dist/tiptap-extension-table.umd.js",
|
|
"module": "dist/tiptap-extension-table.esm.js",
|
|
"types": "dist/packages/extension-table/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.193"
|
|
},
|
|
"dependencies": {
|
|
"@_ueberdosis/prosemirror-tables": "1.1.3",
|
|
"prosemirror-model": "^1.18.1",
|
|
"prosemirror-state": "^1.4.1",
|
|
"prosemirror-view": "^1.28.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/extension-table"
|
|
}
|
|
}
|