replace monaco with codemirror

This commit is contained in:
2026-03-06 23:22:48 +01:00
parent 49a6e5b4a3
commit 5feb2ea228
4 changed files with 341 additions and 243 deletions

View File

@@ -8,7 +8,9 @@
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-yaml": "^6.0.2",
"@uiw/react-codemirror": "^4.25.7",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-select": "^2.2.6",
@@ -20,7 +22,6 @@
"clsx": "^2.1.1",
"js-yaml": "^4.1.0",
"lucide-react": "^0.577.0",
"monaco-editor": "^0.53.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactflow": "^11.0.0",