-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "source-map-visualization",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp check && vp build",
"preview": "vp preview",
"test": "vp test",
"check": "vp check",
"prepare": "vp config"
},
"dependencies": {
"@shikijs/markdown-it": "^4.1.0",
"@shikijs/transformers": "^4.1.0",
"markdown-it": "^14.2.0",
"shiki": "^4.1.0",
"source-map-js": "^1.2.1",
"vue": "^3.5.35"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.22",
"@types/markdown-it": "^14.1.2",
"@unocss/reset": "^66.7.0",
"@vitejs/plugin-vue": "^6.0.7",
"@void/vue": "^0.9.0",
"@vue/test-utils": "^2.4.10",
"bumpp": "^11.1.0",
"unocss": "^66.7.0",
"unplugin-icons": "^23.0.1",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:",
"vitest-environment-native-dom": "0.0.10",
"void": "^0.9.0"
},
"packageManager": "pnpm@10.33.0"
}