Skip to content

Commit 077f4d3

Browse files
authored
Add basic codemirror support (#125)
1 parent 9f50c7b commit 077f4d3

File tree

10 files changed

+726
-50
lines changed

10 files changed

+726
-50
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"start": "echo 'Use pnpm dev for web client and pnpm dev:sync for sync worker in separate terminals'"
3737
},
3838
"dependencies": {
39+
"@codemirror/basic-setup": "^0.20.0",
40+
"@codemirror/commands": "^6.8.1",
41+
"@codemirror/lang-markdown": "^6.3.3",
42+
"@codemirror/lang-python": "^6.2.1",
43+
"@codemirror/lang-sql": "^6.9.0",
44+
"@codemirror/state": "^6.5.2",
45+
"@codemirror/view": "^6.38.0",
3946
"@livestore/adapter-web": "^0.3.1",
4047
"@livestore/livestore": "^0.3.1",
4148
"@livestore/react": "^0.3.1",
@@ -50,9 +57,12 @@
5057
"@radix-ui/react-tooltip": "^1.1.6",
5158
"@runt/schema": "jsr:^0.4.0",
5259
"@types/react-syntax-highlighter": "^15.5.13",
60+
"@uiw/codemirror-theme-github": "^4.23.14",
61+
"@uiw/react-codemirror": "^4.23.14",
5362
"ansi-to-react": "^6.1.6",
5463
"class-variance-authority": "^0.7.1",
5564
"clsx": "^2.1.1",
65+
"codemirror": "^6.0.2",
5666
"date-fns": "^4.1.0",
5767
"effect": "3.15.5",
5868
"js-cookie": "^3.0.5",

0 commit comments

Comments
 (0)