ghostty-web 0.4.0 hands rows that scroll into view out of recycled WASM page memory without clearing them, so after a tab or project switch the new emulator showed the previous terminal's text (upstream #138). The fix landed only in prereleases, so pin 0.4.0-next.20 and carry the local block-glyph rendering patch over to the new dist file. Verified in a production build: creating an emulator after disposing a full one no longer exposes its rows, and switching between two projects with live output in each keeps every terminal's content to itself.
118 lines
3.6 KiB
JSON
118 lines
3.6 KiB
JSON
{
|
|
"name": "@openchamber/ui",
|
|
"version": "1.22.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/main.tsx",
|
|
"scripts": {
|
|
"dev": "tsc --noEmit --watch",
|
|
"build": "tsc --noEmit",
|
|
"type-check": "tsc --noEmit",
|
|
"lint": "eslint \"./src/**/*.{ts,tsx}\" --config ../../eslint.config.js",
|
|
"test": "node ../../scripts/run-isolated-tests.mjs src"
|
|
},
|
|
"dependencies": {
|
|
"@aparajita/capacitor-secure-storage": "^8.0.0",
|
|
"@base-ui/react": "^1.4.0",
|
|
"@capacitor/app": "^8.0.0",
|
|
"@capacitor/core": "^8.4.1",
|
|
"@capacitor/keyboard": "^8.0.0",
|
|
"@capacitor/push-notifications": "^8.1.1",
|
|
"@capacitor/status-bar": "^8.0.0",
|
|
"@codemirror/autocomplete": "^6.20.3",
|
|
"@codemirror/commands": "^6.11.0",
|
|
"@codemirror/lang-cpp": "^6.0.3",
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-go": "^6.0.1",
|
|
"@codemirror/lang-html": "^6.4.12",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-markdown": "^6.5.2",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/lang-rust": "^6.0.2",
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
"@codemirror/lang-xml": "^6.1.0",
|
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
"@codemirror/language": "6.12.4",
|
|
"@codemirror/language-data": "^6.5.2",
|
|
"@codemirror/legacy-modes": "^6.5.3",
|
|
"@codemirror/lint": "^6.9.7",
|
|
"@codemirror/search": "^6.7.1",
|
|
"@codemirror/state": "^6.7.1",
|
|
"@codemirror/view": "6.43.9",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@legendapp/list": "3.3.8",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@opencode-ai/sdk": "1.18.29",
|
|
"@pierre/diffs": "1.3.0-beta.6",
|
|
"@replit/codemirror-vim": "^6.4.0",
|
|
"@simplewebauthn/browser": "13.3.0",
|
|
"@tanstack/react-virtual": "3.14.5",
|
|
"@xenova/transformers": "^2.17.2",
|
|
"beautiful-mermaid": "^1.1.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"codemirror-lang-elixir": "^4.0.0",
|
|
"cron-parser": "^5.5.0",
|
|
"dompurify": "^3.2.7",
|
|
"express": "^5.1.0",
|
|
"fflate": "^0.8.3",
|
|
"fuse.js": "^7.1.0",
|
|
"ghostty-web": "0.4.0-next.20.g1858a59",
|
|
"heic2any": "^0.0.4",
|
|
"html-to-image": "^1.11.13",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"katex": "^0.17.0",
|
|
"marked": "^17.0.3",
|
|
"marked-linkify-it": "^4.0.2",
|
|
"morphdom": "^2.7.7",
|
|
"motion": "^12.23.24",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-drawio": "1.0.7",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"remend": "^1.2.1",
|
|
"shiki": "^3.23.0",
|
|
"simple-git": "^3.36.0",
|
|
"sonner": "^2.0.7",
|
|
"strip-json-comments": "^5.0.3",
|
|
"tailwind-merge": "^3.3.1",
|
|
"virtua": "0.49.1",
|
|
"yaml": "^2.8.1",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^24.3.1",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@remixicon/react": "^4.7.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"concurrently": "^9.2.1",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
"globals": "^16.3.0",
|
|
"happy-dom": "^18.0.1",
|
|
"nodemon": "^3.1.7",
|
|
"tailwindcss": "^4.0.0",
|
|
"tsx": "^4.20.6",
|
|
"tw-animate-css": "^1.3.8",
|
|
"typescript": "~5.9.0",
|
|
"typescript-eslint": "^8.39.1",
|
|
"vite": "^7.1.2"
|
|
}
|
|
}
|