{ "name": "@git.zone/ide-remote-theia", "version": "0.1.0", "private": true, "scripts": { "build": "pnpm run rebuild && theia build --mode development", "rebuild": "theia rebuild:browser --cacheRoot ../..", "start": "theia start", "watch": "pnpm run rebuild && theia build --watch --mode development" }, "dependencies": { "@git.zone/ide-extension-opencode": "workspace:*", "@git.zone/ide-extension-product": "workspace:*", "@git.zone/ide-extension-remote": "workspace:*", "@theia/core": "1.71.0", "@theia/editor": "1.71.0", "@theia/filesystem": "1.71.0", "@theia/markers": "1.71.0", "@theia/messages": "1.71.0", "@theia/monaco": "1.71.0", "@theia/monaco-editor-core": "1.108.201", "@theia/navigator": "1.71.0", "@theia/output": "1.71.0", "@theia/plugin-ext": "1.71.0", "@theia/plugin-ext-vscode": "1.71.0", "@theia/preferences": "1.71.0", "@theia/process": "1.71.0", "@theia/scm": "1.71.0", "@theia/search-in-workspace": "1.71.0", "@theia/task": "1.71.0", "@theia/terminal": "1.71.0", "@theia/vsx-registry": "1.71.0", "@theia/workspace": "1.71.0" }, "devDependencies": { "@theia/cli": "1.71.0", "source-map-loader": "^5.0.0", "string-replace-loader": "^3.3.0" }, "theia": { "target": "browser", "frontend": { "config": { "applicationName": "Git.Zone IDE", "preferencesDirName": ".git-zone-ide" } } } }