-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.44 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.44 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
{
"name": "@openacp/desktop",
"private": true,
"version": "2026.424.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@phosphor-icons/react": "^2.1.7",
"@pierre/diffs": "^1.1.10",
"@radix-ui/react-slot": "^1.2.3",
"@shikijs/transformers": "^4.0.2",
"@tanstack/react-query": "^5.95.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-deep-link": "^2.4.7",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-notification": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-updater": "^2.10.0",
"@tauri-apps/plugin-window-state": "~2",
"@types/diff": "^8.0.0",
"@types/dompurify": "^3.2.0",
"@types/luxon": "^3.7.1",
"ansi-to-html": "^0.7.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^8.0.3",
"dompurify": "^3.3.3",
"effect": "^3.21.0",
"fuzzysort": "^3.1.0",
"ghostty-web": "github:anomalyco/ghostty-web#main",
"immer": "^10.1.1",
"katex": "^0.16.44",
"luxon": "^3.7.2",
"marked": "^17.0.5",
"marked-katex-extension": "^5.1.7",
"marked-shiki": "^1.2.1",
"morphdom": "^2.7.8",
"motion": "^12.38.0",
"radix-ui": "^1.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-virtuoso": "^4.18.4",
"remeda": "^2.33.6",
"remend": "^1.3.0",
"shiki": "^4.0.2",
"sonner": "^2.0.7",
"strip-ansi": "^7.2.0",
"tailwind-merge": "^3.0.2",
"use-immer": "^0.11.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.5.2",
"happy-dom": "^20.9.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vitest": "^4.1.2"
}
}