From 4b1d608b839769052634b4facc345b891d468926 Mon Sep 17 00:00:00 2001 From: soryu Date: Wed, 29 Apr 2026 01:10:11 +0100 Subject: feat: document-mode directive UI proof of concept (Lexical) (#101) * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Backend: feature flag + goal-edit interrupt messaging * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Frontend: Lexical document editor with step blocks, context menu, countdown --- makima/frontend/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'makima/frontend/package.json') diff --git a/makima/frontend/package.json b/makima/frontend/package.json index 3b908aa..ee89d0b 100644 --- a/makima/frontend/package.json +++ b/makima/frontend/package.json @@ -11,8 +11,16 @@ "preview": "vite preview" }, "dependencies": { + "@lexical/history": "^0.44.0", + "@lexical/list": "^0.44.0", + "@lexical/markdown": "^0.44.0", + "@lexical/react": "^0.44.0", + "@lexical/rich-text": "^0.44.0", + "@lexical/selection": "^0.44.0", + "@lexical/utils": "^0.44.0", "@supabase/supabase-js": "^2.90.1", "@xyflow/react": "^12.10.0", + "lexical": "^0.44.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.1.0", -- cgit v1.2.3