|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.15.1", |
| 6 | + "packageManager": "pnpm@10.30.3", |
7 | 7 | "description": "A simple real-time diff viewer including text and image", |
8 | 8 | "author": "Ziven <contact@ziven.me>", |
9 | 9 | "license": "MIT", |
|
23 | 23 | "prepare": "simple-git-hooks" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
| 26 | + "@codemirror/commands": "catalog:", |
| 27 | + "@codemirror/lang-javascript": "catalog:", |
| 28 | + "@codemirror/lang-json": "catalog:", |
| 29 | + "@codemirror/language": "catalog:", |
| 30 | + "@codemirror/merge": "catalog:", |
| 31 | + "@codemirror/state": "catalog:", |
| 32 | + "@codemirror/theme-one-dark": "catalog:", |
| 33 | + "@codemirror/view": "catalog:", |
26 | 34 | "@icons-pack/react-simple-icons": "catalog:", |
27 | | - "@monaco-editor/react": "catalog:", |
28 | 35 | "@tailwindcss/vite": "catalog:", |
29 | 36 | "class-variance-authority": "catalog:", |
30 | 37 | "clsx": "catalog:", |
| 38 | + "codemirror": "catalog:", |
31 | 39 | "lucide-react": "catalog:", |
32 | 40 | "radix-ui": "catalog:", |
33 | 41 | "react": "catalog:", |
|
0 commit comments