-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "bundler-explorer",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.27.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck",
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@shikijs/monaco": "^3.21.0",
"@stackblitz/sdk": "^1.11.0",
"@vueuse/core": "^14.1.0",
"ansis": "^4.2.0",
"fflate": "^0.8.2",
"mermaid": "^11.12.2",
"modern-tar": "^0.7.3",
"monaco-editor": "^0.55.1",
"monaco-editor-auto-typings": "^0.4.6",
"nuxt": "^4.2.2",
"pathe": "^2.0.3",
"shiki": "^3.21.0",
"vue": "^3.5.26"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/ri": "^1.2.7",
"@iconify-json/vscode-icons": "^1.2.37",
"@nuxtjs/plausible": "^2.0.1",
"@rolldown/browser": "^1.0.0-beta.59",
"@sxzz/eslint-config": "^7.4.4",
"@sxzz/prettier-config": "^2.2.6",
"@unocss/eslint-plugin": "^66.5.12",
"@unocss/nuxt": "^66.5.12",
"@unocss/reset": "^66.5.12",
"@vueuse/nuxt": "^14.1.0",
"eslint": "^9.39.2",
"nuxt-monaco-editor": "^1.4.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"unocss": "^66.5.12",
"vite": "8.0.0-beta.7",
"vue-tsc": "^3.2.2"
},
"resolutions": {
"vite": "8.0.0-beta.7"
},
"prettier": "@sxzz/prettier-config"
}