-
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) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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.0.2",
"@shikijs/transformers": "^4.0.2",
"markdown-it": "^14.1.1",
"shiki": "^4.0.2",
"source-map-js": "^1.2.1",
"vue": "^3.5.33"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.20",
"@types/markdown-it": "^14.1.2",
"@unocss/reset": "^66.6.8",
"@vitejs/plugin-vue": "^6.0.6",
"@void/vue": "npm:@void-sdk/vue@^0.5.2",
"@vue/test-utils": "^2.4.6",
"bumpp": "^11.0.1",
"unocss": "^66.6.8",
"unplugin-icons": "^23.0.1",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:",
"vitest-environment-native-dom": "0.0.3",
"void": "npm:@void-sdk/void@^0.5.2"
},
"packageManager": "pnpm@10.33.0"
}