-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 953 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 953 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
36
37
{
"name": "claude-code-pr-dashboard",
"private": true,
"version": "0.1.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "npx @biomejs/biome check --diagnostic-level=error",
"lint:fix": "npm run lint -- --fix",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"docker:rebuild": "sudo docker compose -f docker/docker-compose.yml build --no-cache"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.2",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tauri-apps/cli": "^2",
"lefthook": "^2.0.16",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
},
"volta": {
"node": "24.14.0"
}
}