|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "dependencies": { |
| 4 | + "@theia/ai-anthropic": "{{ theia_version }}", |
| 5 | + "@theia/ai-chat": "{{ theia_version }}", |
| 6 | + "@theia/ai-chat-ui": "{{ theia_version }}", |
| 7 | + "@theia/ai-code-completion": "{{ theia_version }}", |
| 8 | + "@theia/ai-core": "{{ theia_version }}", |
| 9 | + "@theia/ai-history": "{{ theia_version }}", |
| 10 | + "@theia/ai-huggingface": "{{ theia_version }}", |
| 11 | + "@theia/ai-llamafile": "{{ theia_version }}", |
| 12 | + "@theia/ai-mcp": "{{ theia_version }}", |
| 13 | + "@theia/ai-ollama": "{{ theia_version }}", |
| 14 | + "@theia/ai-openai": "{{ theia_version }}", |
| 15 | + "@theia/ai-scanoss": "{{ theia_version }}", |
| 16 | + "@theia/ai-terminal": "{{ theia_version }}", |
| 17 | + "@theia/ai-workspace-agent": "{{ theia_version }}", |
| 18 | + "@theia/bulk-edit": "{{ theia_version }}", |
4 | 19 | "@theia/callhierarchy": "{{ theia_version }}", |
| 20 | + "@theia/collaboration": "{{ theia_version }}", |
| 21 | + "@theia/console": "{{ theia_version }}", |
| 22 | + "@theia/core": "{{ theia_version }}", |
| 23 | + "@theia/debug": "{{ theia_version }}", |
| 24 | + "@theia/dev-container": "{{ theia_version }}", |
| 25 | + "@theia/editor": "{{ theia_version }}", |
| 26 | + "@theia/editor-preview": "{{ theia_version }}", |
| 27 | + "@theia/external-terminal": "{{ theia_version }}", |
5 | 28 | "@theia/file-search": "{{ theia_version }}", |
6 | | - "@theia/git": "{{ theia_version }}", |
| 29 | + "@theia/filesystem": "{{ theia_version }}", |
| 30 | + "@theia/getting-started": "{{ theia_version }}", |
| 31 | + "@theia/keymaps": "{{ theia_version }}", |
7 | 32 | "@theia/markers": "{{ theia_version }}", |
| 33 | + "@theia/memory-inspector": "{{ theia_version }}", |
8 | 34 | "@theia/messages": "{{ theia_version }}", |
| 35 | + "@theia/metrics": "{{ theia_version }}", |
| 36 | + "@theia/mini-browser": "{{ theia_version }}", |
| 37 | + "@theia/monaco": "{{ theia_version }}", |
9 | 38 | "@theia/navigator": "{{ theia_version }}", |
10 | 39 | "@theia/outline-view": "{{ theia_version }}", |
| 40 | + "@theia/output": "{{ theia_version }}", |
| 41 | + "@theia/plugin-dev": "{{ theia_version }}", |
| 42 | + "@theia/plugin-ext": "{{ theia_version }}", |
11 | 43 | "@theia/plugin-ext-vscode": "{{ theia_version }}", |
12 | 44 | "@theia/preferences": "{{ theia_version }}", |
13 | | - "@theia/preview": "{{ theia_version }}", |
| 45 | + "@theia/process": "{{ theia_version }}", |
| 46 | + "@theia/property-view": "{{ theia_version }}", |
| 47 | + "@theia/remote": "{{ theia_version }}", |
| 48 | + "@theia/scm": "{{ theia_version }}", |
14 | 49 | "@theia/search-in-workspace": "{{ theia_version }}", |
| 50 | + "@theia/secondary-window": "{{ theia_version }}", |
| 51 | + "@theia/task": "{{ theia_version }}", |
15 | 52 | "@theia/terminal": "{{ theia_version }}", |
16 | | - "@theia/vsx-registry": "{{ theia_version }}" |
| 53 | + "@theia/timeline": "{{ theia_version }}", |
| 54 | + "@theia/toolbar": "{{ theia_version }}", |
| 55 | + "@theia/typehierarchy": "{{ theia_version }}", |
| 56 | + "@theia/userstorage": "{{ theia_version }}", |
| 57 | + "@theia/variable-resolver": "{{ theia_version }}", |
| 58 | + "@theia/vsx-registry": "{{ theia_version }}", |
| 59 | + "@theia/workspace": "{{ theia_version }}", |
| 60 | + "fs-extra": "^9.0.1" |
17 | 61 | }, |
18 | 62 | "devDependencies": { |
19 | 63 | "@theia/cli": "{{ theia_version }}" |
20 | 64 | }, |
21 | 65 | "scripts": { |
22 | 66 | "prepare": "yarn run clean && yarn build && yarn run download:plugins", |
23 | 67 | "clean": "theia clean", |
24 | | - "build": "theia build ", |
| 68 | + "build": "theia build --app-target=\"browser\"", |
25 | 69 | "start": "theia start --plugins=local-dir:plugins", |
26 | 70 | "download:plugins": "theia download:plugins" |
27 | 71 | }, |
|
0 commit comments