|
36 | 36 | "start": "echo 'Use pnpm dev for web client and pnpm dev:sync for sync worker in separate terminals'"
|
37 | 37 | },
|
38 | 38 | "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", |
39 | 46 | "@livestore/adapter-web": "^0.3.1",
|
40 | 47 | "@livestore/livestore": "^0.3.1",
|
41 | 48 | "@livestore/react": "^0.3.1",
|
|
50 | 57 | "@radix-ui/react-tooltip": "^1.1.6",
|
51 | 58 | "@runt/schema": "jsr:^0.4.0",
|
52 | 59 | "@types/react-syntax-highlighter": "^15.5.13",
|
| 60 | + "@uiw/codemirror-theme-github": "^4.23.14", |
| 61 | + "@uiw/react-codemirror": "^4.23.14", |
53 | 62 | "ansi-to-react": "^6.1.6",
|
54 | 63 | "class-variance-authority": "^0.7.1",
|
55 | 64 | "clsx": "^2.1.1",
|
| 65 | + "codemirror": "^6.0.2", |
56 | 66 | "date-fns": "^4.1.0",
|
57 | 67 | "effect": "3.15.5",
|
58 | 68 | "js-cookie": "^3.0.5",
|
|
0 commit comments