-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.6 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.6 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "gitdesktop",
"private": true,
"version": "0.12.2",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check --write ./src/ ./site/",
"checks": "node scripts/check-banned-patterns.mjs && node scripts/check-rust-invariants.mjs && node scripts/check-dead-surface.mjs && node scripts/check-rule-mirrors.mjs && node scripts/check-tauri-plugin-parity.mjs && node --test \"scripts/*.test.mjs\"",
"preview": "vite preview",
"changelog": "node scripts/changelog-draft.mjs",
"changelog:preview": "node scripts/changelog-draft.mjs --preview",
"changelog:check": "node scripts/changelog-draft.mjs --check",
"release:prepare": "node scripts/changelog-release.mjs",
"release": "node scripts/release.mjs",
"cold-start": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/cold-start.ps1",
"cold-start-instance": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/cold-start-instance.ps1",
"tauri": "tauri",
"dev:site": "pnpm --filter site dev",
"build:site": "pnpm --filter site build"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.116",
"@ai-sdk/openai": "^3.0.109",
"@base-ui/react": "^1.8.0",
"@codemirror/language": "^6.12.4",
"@codemirror/legacy-modes": "^6.5.4",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@git-diff-view/core": "^0.1.7",
"@git-diff-view/react": "^0.1.7",
"@openrouter/ai-sdk-provider": "^2.10.0",
"@phosphor-icons/react": "^2.1.10",
"@shikijs/core": "^4.4.3",
"@shikijs/engine-javascript": "^4.4.3",
"@shikijs/langs": "^4.4.3",
"@shikijs/themes": "^4.4.3",
"@shikijs/types": "^4.4.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-form": "^1.33.5",
"@tanstack/react-query": "^5.102.8",
"@tanstack/react-store": "^0.11.1",
"@tanstack/react-virtual": "^3.14.11",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.3",
"@tauri-apps/plugin-http": "^2.6.0",
"@tauri-apps/plugin-notification": "^2.4.0",
"@tauri-apps/plugin-opener": "^2.5.5",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "^2.4.4",
"@tauri-apps/plugin-updater": "^2.11.0",
"@uiw/react-codemirror": "^4.25.11",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"ai": "^6.0.253",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.4.15",
"highlight.js": "^11.12.0",
"marked": "^18.0.12",
"motion": "^12.43.0",
"next-themes": "^0.4.6",
"ollama-ai-provider-v2": "^3.6.0",
"posthog-js": "^1.427.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"recharts": "3.10.1",
"shadcn": "^4.21.0",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.5.4",
"zustand": "^5.0.15"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@biomejs/biome": "2.5.12",
"@rolldown/plugin-babel": "^0.2.4",
"@tauri-apps/cli": "^2.11.4",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"globals": "^17.12.0",
"jscpd": "^5.1.2",
"knip": "^6.34.0",
"typescript": "~6.0.3",
"vite": "^8.2.1"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c"
}