2021-01-21 06:42:01 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/extension-table",
|
|
|
|
"description": "table extension for tiptap",
|
2022-12-16 20:44:12 +08:00
|
|
|
"version": "2.0.0-beta.209",
|
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"
|
|
|
|
},
|
2022-11-24 23:06:42 +08:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/packages/extension-table/src/index.d.ts",
|
2022-11-25 22:26:42 +08:00
|
|
|
"import": "./dist/tiptap-extension-table.esm.js",
|
2022-11-24 23:06:42 +08:00
|
|
|
"require": "./dist/tiptap-extension-table.cjs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"main": "dist/tiptap-extension-table.cjs",
|
2021-01-21 06:42:01 +08:00
|
|
|
"umd": "dist/tiptap-extension-table.umd.js",
|
2022-11-25 22:26:42 +08:00
|
|
|
"module": "dist/tiptap-extension-table.esm.js",
|
2021-01-21 06:42:01 +08:00
|
|
|
"types": "dist/packages/extension-table/src/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2022-12-05 16:13:53 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.193",
|
2022-12-09 00:24:07 +08:00
|
|
|
"@tiptap/prosemirror-tables": "^1.1.3",
|
2022-12-05 16:13:53 +08:00
|
|
|
"prosemirror-model": "^1.18.1",
|
|
|
|
"prosemirror-state": "^1.4.1",
|
|
|
|
"prosemirror-view": "^1.28.2"
|
2021-01-21 07:16:45 +08:00
|
|
|
},
|
2022-12-05 16:13:53 +08:00
|
|
|
"devDependencies": {
|
2022-12-16 20:44:12 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.209",
|
2022-11-24 21:48:48 +08:00
|
|
|
"@tiptap/prosemirror-tables": "^1.1.3",
|
2022-09-26 20:56:14 +08:00
|
|
|
"prosemirror-model": "^1.18.1",
|
|
|
|
"prosemirror-state": "^1.4.1",
|
|
|
|
"prosemirror-view": "^1.28.2"
|
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
|
|
|
}
|
|
|
|
}
|