-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathpackage.json
164 lines (164 loc) · 5.65 KB
/
package.json
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
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"private": true,
"name": "theia-ide-electron-app",
"description": "Eclipse Theia IDE product",
"productName": "Theia IDE",
"version": "1.57.103",
"main": "scripts/theia-electron-main.js",
"license": "MIT",
"author": "Eclipse Theia <theia-dev@eclipse.org>",
"homepage": "https://github.com/eclipse-theia/theia-ide#readme",
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-theia/theia-ide.git"
},
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=12.14.1"
},
"theia": {
"target": "electron",
"frontend": {
"config": {
"applicationName": "Theia IDE",
"reloadOnReconnect": true,
"preferences": {
"toolbar.showToolbar": true,
"security.workspace.trust.enabled": false
},
"electron": {
"showWindowEarly": false,
"splashScreenOptions": {
"content": "resources/TheiaIDESplash.svg",
"height": 276,
"width": 446
}
}
}
},
"backend": {
"config": {
"frontendConnectionTimeout": -1,
"startupTimeout": -1,
"resolveSystemPlugins": false,
"configurationFolder": ".theia-ide"
}
},
"generator": {
"config": {
"preloadTemplate": "./resources/preload.html"
}
}
},
"dependencies": {
"@theia/ai-anthropic": "1.57.1",
"@theia/ai-chat": "1.57.1",
"@theia/ai-chat-ui": "1.57.1",
"@theia/ai-code-completion": "1.57.1",
"@theia/ai-core": "1.57.1",
"@theia/ai-history": "1.57.1",
"@theia/ai-huggingface": "1.57.1",
"@theia/ai-llamafile": "1.57.1",
"@theia/ai-mcp": "1.57.1",
"@theia/ai-ollama": "1.57.1",
"@theia/ai-openai": "1.57.1",
"@theia/ai-scanoss": "1.57.1",
"@theia/ai-terminal": "1.57.1",
"@theia/ai-workspace-agent": "1.57.1",
"@theia/bulk-edit": "1.57.1",
"@theia/callhierarchy": "1.57.1",
"@theia/collaboration": "1.57.1",
"@theia/console": "1.57.1",
"@theia/core": "1.57.1",
"@theia/debug": "1.57.1",
"@theia/dev-container": "1.57.1",
"@theia/editor": "1.57.1",
"@theia/editor-preview": "1.57.1",
"@theia/electron": "1.57.1",
"@theia/external-terminal": "1.57.1",
"@theia/file-search": "1.57.1",
"@theia/filesystem": "1.57.1",
"@theia/getting-started": "1.57.1",
"@theia/keymaps": "1.57.1",
"@theia/markers": "1.57.1",
"@theia/memory-inspector": "1.57.1",
"@theia/messages": "1.57.1",
"@theia/metrics": "1.57.1",
"@theia/mini-browser": "1.57.1",
"@theia/monaco": "1.57.1",
"@theia/navigator": "1.57.1",
"@theia/outline-view": "1.57.1",
"@theia/output": "1.57.1",
"@theia/plugin-dev": "1.57.1",
"@theia/plugin-ext": "1.57.1",
"@theia/plugin-ext-vscode": "1.57.1",
"@theia/preferences": "1.57.1",
"@theia/process": "1.57.1",
"@theia/property-view": "1.57.1",
"@theia/remote": "1.57.1",
"@theia/scm": "1.57.1",
"@theia/search-in-workspace": "1.57.1",
"@theia/secondary-window": "1.57.1",
"@theia/task": "1.57.1",
"@theia/terminal": "1.57.1",
"@theia/timeline": "1.57.1",
"@theia/toolbar": "1.57.1",
"@theia/typehierarchy": "1.57.1",
"@theia/userstorage": "1.57.1",
"@theia/variable-resolver": "1.57.1",
"@theia/vsx-registry": "1.57.1",
"@theia/workspace": "1.57.1",
"fs-extra": "^9.0.1",
"theia-ide-launcher-ext": "1.57.103",
"theia-ide-product-ext": "1.57.103",
"theia-ide-updater-ext": "1.57.103"
},
"devDependencies": {
"@theia/cli": "1.57.1",
"@types/js-yaml": "^3.12.0",
"@types/yargs": "17.0.7",
"@wdio/cli": "^6.10.2",
"@wdio/local-runner": "^6.10.2",
"@wdio/mocha-framework": "^6.8.0",
"@wdio/spec-reporter": "^6.8.1",
"app-builder-lib": "24.13.2",
"chai": "^4.3.10",
"concurrently": "^3.5.0",
"electron": "30.1.2",
"electron-builder": "24.13.2",
"electron-chromedriver": "^28.2.8",
"electron-mocha": "^12.3.0",
"electron-osx-sign": "^0.6.0",
"js-yaml": "^3.12.0",
"mocha": "^8.2.1",
"rimraf": "^2.7.1",
"ts-node": "^10.0.0",
"wdio-chromedriver-service": "^6.0.4",
"webdriverio": "^6.10.2",
"yargs": "17.2.1"
},
"scripts": {
"clean": "theia clean && rimraf node_modules",
"clean:dist": "rimraf dist",
"build": "yarn -s rebuild && theia build --app-target=\"electron\" --mode development",
"build:prod": "yarn -s rebuild && theia build --app-target=\"electron\"",
"rebuild": "theia rebuild:electron --cacheRoot ../..",
"watch": "concurrently -n compile,build \"theiaext watch --preserveWatchOutput\" \"theia build --watch --mode development\"",
"start": "electron scripts/theia-electron-main.js --plugins=local-dir:../../plugins",
"start:debug": "yarn start --log-level=debug",
"package": "yarn clean:dist && yarn rebuild && electron-builder -c.mac.identity=null --publish never",
"package:prod": "yarn deploy",
"deploy": "yarn clean:dist && yarn rebuild && electron-builder -c.mac.identity=null --publish always",
"package:preview": "yarn clean:dist && yarn rebuild && electron-builder -c.mac.identity=null --dir",
"update:checksum": "ts-node scripts/update-checksum.ts",
"update:blockmap": "ts-node scripts/update-blockmap.ts",
"update:theia": "ts-node ../../scripts/update-theia-version.ts",
"update:next": "ts-node ../../scripts/update-theia-version.ts next",
"test": "mocha --timeout 60000 \"./test/*.spec.js\"",
"lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test",
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix"
}
}