mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
feat: add new autoformat and drag-and-drop functionality to the editor, refactor list handling and update dependencies
This commit is contained in:
parent
1450e22f54
commit
93a0487e56
14 changed files with 972 additions and 321 deletions
|
|
@ -22,6 +22,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/react": "^1.2.12",
|
||||
"@ariakit/react": "^0.4.21",
|
||||
"@assistant-ui/react": "^0.11.53",
|
||||
"@assistant-ui/react-ai-sdk": "^1.1.20",
|
||||
"@assistant-ui/react-markdown": "^0.11.9",
|
||||
|
|
@ -39,11 +40,12 @@
|
|||
"@platejs/basic-nodes": "^52.0.11",
|
||||
"@platejs/callout": "^52.0.11",
|
||||
"@platejs/code-block": "^52.0.11",
|
||||
"@platejs/combobox": "^52.0.15",
|
||||
"@platejs/dnd": "^52.0.11",
|
||||
"@platejs/floating": "^52.0.11",
|
||||
"@platejs/indent": "^52.0.11",
|
||||
"@platejs/link": "^52.0.11",
|
||||
"@platejs/list-classic": "^52.0.11",
|
||||
"@platejs/list": "^52.0.11",
|
||||
"@platejs/markdown": "^52.1.0",
|
||||
"@platejs/math": "^52.0.11",
|
||||
"@platejs/resizable": "^52.0.11",
|
||||
|
|
@ -114,6 +116,8 @@
|
|||
"radix-ui": "^1.4.3",
|
||||
"react": "^19.2.3",
|
||||
"react-day-picker": "^9.13.2",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-hook-form": "^7.61.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue