2021-01-21 06:42:01 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-table",
|
|
|
|
"description": "table extension for tiptap",
|
2022-06-17 15:44:21 +08:00
|
|
|
"version": "2.0.0-beta.50",
|
2021-01-21 06:42:01 +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.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": {
|
2021-03-05 19:49:34 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.1"
|
2021-01-21 07:16:45 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-15 07:52:40 +08:00
|
|
|
"@types/prosemirror-model": "^1.16.0",
|
|
|
|
"@types/prosemirror-state": "^1.2.8",
|
|
|
|
"prosemirror-model": "^1.16.1",
|
2022-05-18 16:53:18 +08:00
|
|
|
"prosemirror-state": "^1.3.4",
|
|
|
|
"prosemirror-tables": "^1.1.1",
|
|
|
|
"prosemirror-view": "^1.23.6"
|
2021-07-22 21:42:45 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/extension-table"
|
2021-01-21 06:42:01 +08:00
|
|
|
}
|
|
|
|
}
|