|
6 | 6 | "build": "vitepress build .", |
7 | 7 | "dev": "vitepress dev ." |
8 | 8 | }, |
9 | | - "dependencies": { |
10 | | - "@codemirror/lang-json": "catalog:", |
11 | | - "@codemirror/lang-xml": "catalog:", |
12 | | - "@codemirror/language": "catalog:", |
13 | | - "@codemirror/state": "catalog:", |
14 | | - "@codemirror/view": "catalog:", |
15 | | - "@lezer/highlight": "catalog:", |
16 | | - "@ntnyq/utils": "catalog:", |
17 | | - "@uiw/codemirror-themes": "catalog:", |
18 | | - "@vueuse/core": "catalog:", |
19 | | - "codemirror": "catalog:", |
20 | | - "floating-vue": "catalog:", |
21 | | - "svg-eslint-parser": "workspace:*", |
22 | | - "vue-codemirror": "catalog:", |
23 | | - "vue-resizable-panels": "catalog:" |
24 | | - }, |
25 | 9 | "devDependencies": { |
26 | | - "@iconify-json/carbon": "catalog:", |
27 | | - "@iconify-json/lucide": "catalog:", |
28 | | - "@shikijs/transformers": "catalog:", |
29 | | - "@shikijs/vitepress-twoslash": "catalog:", |
30 | | - "twoslash": "catalog:", |
31 | | - "unocss": "catalog:", |
32 | | - "unplugin-vue-components": "catalog:", |
33 | | - "vite": "catalog:", |
34 | | - "vitepress": "catalog:", |
35 | | - "vitepress-plugin-group-icons": "catalog:", |
36 | | - "vue": "catalog:" |
| 10 | + "@codemirror/lang-json": "^6.0.1", |
| 11 | + "@codemirror/lang-xml": "^6.1.0", |
| 12 | + "@codemirror/language": "^6.11.0", |
| 13 | + "@codemirror/state": "^6.5.2", |
| 14 | + "@codemirror/view": "^6.36.8", |
| 15 | + "@iconify-json/carbon": "^1.2.8", |
| 16 | + "@iconify-json/lucide": "^1.2.43", |
| 17 | + "@lezer/highlight": "^1.2.1", |
| 18 | + "@ntnyq/utils": "^0.7.0", |
| 19 | + "@shikijs/transformers": "^3.4.0", |
| 20 | + "@shikijs/vitepress-twoslash": "^3.4.0", |
| 21 | + "@uiw/codemirror-themes": "^4.23.12", |
| 22 | + "@vueuse/core": "^13.2.0", |
| 23 | + "codemirror": "^6.0.1", |
| 24 | + "floating-vue": "^5.2.2", |
| 25 | + "splitpanes": "^4.0.3", |
| 26 | + "svg-eslint-parser": "workspace:*", |
| 27 | + "twoslash": "^0.3.1", |
| 28 | + "unocss": "^66.1.1", |
| 29 | + "unplugin-vue-components": "^28.5.0", |
| 30 | + "vite": "^6.3.5", |
| 31 | + "vitepress": "^1.6.3", |
| 32 | + "vitepress-plugin-group-icons": "^1.5.3", |
| 33 | + "vue": "^3.5.13", |
| 34 | + "vue-codemirror": "^6.1.1" |
37 | 35 | } |
38 | 36 | } |
0 commit comments