-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 977 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
{
"name": "sshcli-ui",
"private": true,
"version": "1.6.0",
"type": "module",
"scripts": {
"web:dev": "vite --config crates/gui/ui/vite.config.ts",
"build:web": "vite build --config crates/gui/ui/vite.config.ts",
"tauri": "tauri",
"dev": "tauri dev --config crates/gui/tauri.conf.json",
"build": "tauri build --config crates/gui/tauri.conf.json"
},
"dependencies": {
"@fontsource/inter": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@fontsource/space-grotesk": "^5.3.0",
"@tauri-apps/api": "^2",
"@xterm/addon-fit": "^0.10",
"@xterm/addon-search": "^0.16.0",
"@xterm/xterm": "^5",
"dockview": "^8.2.0",
"dockview-react": "^8.2.0",
"lucide-react": "^1.34.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4",
"typescript": "^5",
"vite": "^6"
}
}