-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.98 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.98 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
57
58
59
{
"name": "headscale-console",
"version": "0.0.0-dev",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:gowasm": "GOOS=js GOARCH=wasm go build -trimpath -ldflags \"-s -w\" -o ./src/lib/api/tsconnect/pkg/client.wasm ./wasm/wasm.go && wasm-opt --enable-bulk-memory -Oz ./src/lib/api/tsconnect/pkg/client.wasm -o ./src/lib/api/tsconnect/pkg/client.wasm",
"build:rustwasm": "cd wasm && wasm-pack build --out-name ironrdp --target web",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@lucide/svelte": "^0.562.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.1.18",
"@tsconfig/svelte": "^5.0.4",
"@types/golang-wasm-exec": "^1.15.2",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.13.5",
"@types/novnc__novnc": "^1.5.0",
"@types/serviceworker": "^0.0.158",
"autoprefixer": "^10.4.20",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"dotenv": "^17.0.0",
"formsnap": "^2.0.1",
"lucide-svelte": "^0.476.0",
"mode-watcher": "^0.5.1",
"monaco-editor": "^0.54.0",
"paneforge": "^1.0.0-next.6",
"shadcn-svelte": "^1.0.0-next.4",
"svelte": "^5.20.2",
"svelte-check": "^4.1.4",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.0.3",
"@novnc/novnc": "1.5.0",
"@types/qrcode-svg": "^1.1.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ip-address": "^10.0.1",
"qrcode-svg": "^1.1.0",
"rxjs": "^7.8.2",
"svelte-sonner": "^1.0.7",
"ua-parser-js": "^2.0.3",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-window": "^7.4.0",
"yaml": "^2.8.0"
}
}