This commit is contained in:
2026-04-05 15:10:29 +03:00
parent d7abf10dd0
commit 8bd2feffbd
38 changed files with 2460 additions and 625 deletions

View File

@@ -12,6 +12,14 @@
"test:visual": "playwright test"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"@lezer/lr": "^1.4.8",
"codemirror": "^6.0.2",
"codemirror-lang-dexpr": "file:../../rust-expr/editor",
"pinia": "^3.0.4",
"vue": "^3.5.31"
},