-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 7.27 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 7.27 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "ghostex",
"version": "9.9.0",
"private": true,
"description": "Ghostex cross-platform GPUI workarea and sessions UI.",
"type": "module",
"packageManager": "bun@1.4.0",
"scripts": {
"//start": "CLONE-LOCAL (ghostex-ui-revamp, 2026-09-20): this checkout starts the isolated Ghostex-UI-Revamp variant so it runs beside the normal Ghostex. Do not merge this \"start\" line back to main; upstream \"start\" is \"bun tooling/start-gpui.mjs\".",
"start": "bun tooling/start-gpui.mjs",
"chat:lab": "bun tooling/chat-preview.mjs",
"start:isolated": "bun tooling/start-gpui.mjs --isolated",
"gx:isolated": "bun tooling/isolated-gpui.mjs",
"start:web": "bun run web:build && cd server && cargo run --quiet --bin ghostex -- web --dist-dir ../apps/web/dist",
"build": "apps/desktop/scripts/prepare-macos-runtime.sh && apps/desktop/scripts/build-macos-app.sh",
"release:local": "node tooling/release-gpui.mjs",
"release:actions": "node tooling/release-gpui-actions.mjs start",
"release:actions:publish": "node tooling/release-gpui-actions.mjs publish",
"release:homebrew": "node tooling/release-gpui-homebrew.mjs",
"release:aur": "node tooling/release-gpui/publish-aur.mjs",
"release:preflight": "node tooling/release-preflight-fast.mjs",
"release:start:resumable": "node tooling/release-resumable.mjs start",
"release:status": "node tooling/release-resumable.mjs status",
"release:resume": "node tooling/release-resumable.mjs resume",
"release:retry": "node tooling/release-resumable.mjs retry",
"release:assemble": "node tooling/release-resumable.mjs assemble",
"release:replace": "node tooling/release-resumable.mjs replace",
"release:verify": "node tooling/release-final-verify.mjs",
"release:verify:resumable": "node tooling/release-resumable.mjs verify",
"release:watch": "node tooling/release-gpui/watch-run.mjs",
"release:cache-janitor": "node tooling/release-gpui/cache-janitor.mjs",
"release:component": "node tooling/release-gpui/publish-component.mjs",
"release:component:mirror": "node tooling/release-gpui/mirror-component-release.mjs",
"release:plan": "node tooling/release-gpui/plan-cli.mjs",
"release:classify": "node tooling/release-gpui/failure-classification.mjs",
"release:references:verify": "node tooling/release-gpui/verify-reference-contract.mjs",
"release:validate:windows": "node tooling/release-validate-windows.mjs",
"release:test": "vitest run --config tooling/release-gpui/vitest.release.config.ts",
"build:editor": "bun apps/editor/scripts/build-editor-web.mjs && bash apps/editor/scripts/build-editor-app.sh",
"gxserver:remote-linux": "node server/package-remote-linux.mjs --arch all",
"gxserver:remote-linux:release": "tooling/build-remote-gxserver-linux-release.sh",
"gxserver:remote-linux:x64": "node server/package-remote-linux.mjs --arch x64",
"gxserver:remote-linux:arm64": "node server/package-remote-linux.mjs --arch arm64",
"history": "cargo run --quiet --manifest-path apps/history-cli/Cargo.toml --",
"history:list": "cargo run --quiet --manifest-path apps/history-cli/Cargo.toml -- --list",
"debug:sessions": "bun apps/session-tui/src/main.ts",
"debug:sessions:build": "bun apps/session-tui/build.ts",
"build:sidebar-css": "tailwindcss -i packages/core-ui/styles/shadcn.css -o packages/core-ui/styles/shadcn.generated.css --minify",
"build:mobile-chat": "node tooling/build-mobile-chat.mjs",
"build:mobile-find": "node tooling/build-mobile-find.mjs",
"generate:mobile-tabler-icons": "node tooling/generate-mobile-tabler-icons.mjs",
"cli": "cargo run --quiet --manifest-path server/Cargo.toml --bin ghostex --",
"storybook": "bun run build:sidebar-css && storybook dev -p 6006 --no-open -c packages/core-ui/.storybook",
"build:storybook": "bun run storage:check && bun run build:sidebar-css && storybook build -c packages/core-ui/.storybook",
"web:dev": "vite --config apps/web/vite.config.ts",
"web:build": "vite build --config apps/web/vite.config.ts",
"web:typecheck": "bun run storage:check && tsc -p apps/web/tsconfig.json --noEmit",
"desktop:typecheck": "bun run storage:check && tsc -p apps/desktop/tsconfig.json --noEmit",
"sandbox:onboarding": "vite --config apps/desktop/test/onboarding-sandbox/vite.config.ts",
"help:generate": "bun tooling/ghostex-help/generate.ts",
"help:check": "bun tooling/ghostex-help/generate.ts --check",
"typecheck": "bun run storage:check && bun run help:check && tsc --noEmit --pretty false",
"test": "vitest run",
"storage:check": "node tooling/client-storage/check.mjs"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@codemirror/commands": "6.8.1",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "6.3.4",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/language": "6.11.3",
"@codemirror/state": "6.5.2",
"@codemirror/view": "6.36.4",
"@dnd-kit/abstract": "0.3.2",
"@dnd-kit/dom": "0.3.2",
"@dnd-kit/helpers": "0.3.2",
"@dnd-kit/react": "0.3.2",
"@excalidraw/excalidraw": "0.18.1",
"@fontsource-variable/dm-sans": "^5.3.0",
"@fontsource-variable/inter": "^5.2.8",
"@lexical/history": "0.41.0",
"@lexical/plain-text": "0.41.0",
"@lezer/highlight": "^1.2.3",
"@replit/codemirror-vim": "^6.3.0",
"@shadcn/react": "^0.2.1",
"@tabler/icons-react": "^3.40.0",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-router": "^1.170.17",
"@tanstack/react-virtual": "3.14.10",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"cn": "^0.2.4",
"cron-parser": "^5.5.0",
"fuse.js": "^7.3.0",
"katex": "^0.16.28",
"lexical": "0.41.0",
"lucide": "^0.564.0",
"lucide-react": "^0.561.0",
"mdast-util-from-markdown": "2.0.3",
"mermaid": "^11.17.2",
"monaco-editor": "^0.55.1",
"motion": "^12.38.0",
"portless": "0.14.0",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-best-gradient-color-picker": "^3.0.14",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"shadcn": "4.13.1",
"shiki": "^4.2.0",
"sonner": "^2.0.7",
"tw-animate-css": "^1.4.0",
"ws": "^8.20.0",
"zod": "^4.1.13",
"zustand": "^5.0.12"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@shikijs/themes": "^4.2.0",
"@storybook/react-vite": "^10.3.5",
"@tailwindcss/cli": "^4.1.17",
"@tanstack/router-plugin": "^1.168.19",
"@types/node": "^25.5.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^6.0.3",
"babel-plugin-react-compiler": "^1.0.0",
"esbuild": "0.27.7",
"storybook": "^10.3.5",
"typescript": "~5.9.3",
"vite": "^8.0.10",
"vitest": "^3.2.4"
}
}