-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.79 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
{
"name": "rocket",
"private": true,
"version": "0.2.0",
"packageManager": "bun@1.3.14",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:sidecar": "bash scripts/build-sidecar.sh",
"test": "vitest run",
"preview": "vite preview",
"tauri": "tauri",
"app": "tauri dev",
"bundle": "tauri build --target aarch64-apple-darwin"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@monaco-editor/react": "^4.7.0",
"@pierre/diffs": "^1.2.12",
"@pierre/trees": "^1.0.0-beta.5",
"@streamdown/code": "^1.1.1",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"autoprefixer": "^10.5.4",
"dockview-react": "^7.0.4",
"framer-motion": "^12.42.2",
"just-bash": "^3.1.0",
"language-detect": "^1.1.0",
"language-map": "^1.5.0",
"lucide-react": "^1.26.0",
"postcss": "^8.5.23",
"react": "^19.2.8",
"react-contexify": "^6.0.0",
"react-contextify": "^0.1.0",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"react-resizable-panels": "^4.12.2",
"streamdown": "^2.5.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@testing-library/jest-dom": "^6.10.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"jsdom": "^29.1.1",
"typescript": "^7.0.2",
"typescript-language-server": "^5.3.0",
"vite": "^8.1.5",
"vitest": "^4.1.10"
},
"overrides": {
"dompurify": "^3.4.12",
"brace-expansion": "^5.0.8",
"esbuild": "^0.28.1",
"vite": "^8.1.5"
}
}