feat: add tiptap table extension

This commit is contained in:
Jiang Feng
2025-04-27 10:39:02 +08:00
parent d77d3484c4
commit 741e2f0e62
10 changed files with 154 additions and 43 deletions

View File

@@ -37,6 +37,10 @@
"@radix-ui/react-tooltip": "^1.2.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-table": "^2.11.7",
"@tiptap/extension-table-cell": "^2.11.7",
"@tiptap/extension-table-header": "^2.11.7",
"@tiptap/extension-table-row": "^2.11.7",
"@tiptap/react": "^2.11.7",
"best-effort-json-parser": "^1.1.3",
"class-variance-authority": "^0.7.1",