-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.65 KB
/
package.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"private": "true",
"type": "module",
"scripts": {
"compile-wasm": "env GOOS=js GOARCH=wasm go build -o src/utils/helm.wasm -tags nethttpomithttp2,notest,jsoniter_sloppy,protoreflect -trimpath ./cmd/helm.wasm",
"copy-wasm-exec": "cp \"$(go env GOROOT)\"/misc/wasm/wasm_exec.js src/vendor/",
"wasm": "npm run compile-wasm && npm run copy-wasm-exec",
"dev": "npm run wasm && vite",
"build": "npm run type-check && npm run build-only",
"preview": "vite preview",
"build-only": "npm run wasm && vite build --base=\"${SPARKLES_BASE:-/}\"",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix --flag unstable_ts_config"
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.3.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.23.0",
"@lezer/highlight": "^1.2.0",
"@lezer/yaml": "^1.0.3",
"@mdi/font": "^7.0.96",
"@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
"@ragnarpa/quantity": "^0.2.0",
"@tsmx/human-readable": "^2.0.1",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@xdavidwu/kubernetes-client-typescript-fetch": "^0.4.0",
"@xdavidwu/websocket-sftp": "^0.8.2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"buffer": "^6.0.3",
"change-case": "^5.1.2",
"chartjs-adapter-date-std": "^0.1.8",
"codemirror-json-schema": "^0.7.0",
"dompurify": "^3.1.6",
"it-tar": "^6.0.5",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"mime": "^4.0.4",
"mnemonic-id": "^3.2.7",
"oidc-client-ts": "^3.0.0",
"openapi-types": "^12.1.0",
"parse-duration": "^1.0.2",
"pinia": "^2.0.21",
"rfc6902": "^5.1.1",
"semver": "^7.5.4",
"style-mod": "^4.1.2",
"vue": "^3.4.38",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.1.5",
"vuetify": "^3.4.1",
"xterm-pty": "^0.10.1",
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/golang-wasm-exec": "^1.15.0",
"@types/json-schema": "^7.0.15",
"@types/markdown-it": "^14.1.1",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/tsconfig": "^0.7.0",
"@vue/typescript-plugin": "^2.0.26",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.3.0",
"jiti": "^2.3.1",
"typescript": "<5.7",
"vite": "^6.0.1",
"vite-plugin-markdown": "^2.2.0",
"vue-tsc": "^2.0.26"
}
}