- Add @tiptap/suggestion-based slash command menu with 12 commands - Add TableKit for table support (3x3 with header) - Add Image extension with base64 support - Add Link extension with autolink and paste detection - Add TaskList/TaskItem extensions for checklists - Upgrade all tiptap packages from 3.23.6 to 3.25.0 - Add CSS styles for all new features including dark theme
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "@yggdrasil/tiptap-editor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^3.25.0",
|
|
"@tiptap/extension-image": "^3.25.0",
|
|
"@tiptap/extension-link": "^3.25.0",
|
|
"@tiptap/extension-list": "^3.25.0",
|
|
"@tiptap/extension-table": "^3.25.0",
|
|
"@tiptap/markdown": "^3.25.0",
|
|
"@tiptap/pm": "^3.25.0",
|
|
"@tiptap/starter-kit": "^3.25.0",
|
|
"@tiptap/suggestion": "^3.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.4.20"
|
|
}
|
|
}
|