-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
120 lines (120 loc) · 4.97 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
{
"private": true,
"name": "cdt-cloud-blueprint-browser",
"description": "CDT.cloud Blueprint is a template for building custom web-based C/C++ tools",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": {
"name": "CDT.cloud",
"email": "[email protected]"
},
"homepage": "https://www.eclipse.org/cdt-cloud/",
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/cdt-cloud-blueprint/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-cdt-cloud/cdt-cloud-blueprint.git"
},
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=12.14.1"
},
"theia": {
"frontend": {
"config": {
"applicationName": "CDT Cloud Blueprint",
"preferences": {
"toolbar.showToolbar": true,
"files.enableTrash": false
}
}
}
},
"dependencies": {
"@theia/bulk-edit": "1.34.4",
"@theia/callhierarchy": "1.34.4",
"@theia/console": "1.34.4",
"@theia/core": "1.34.4",
"@theia/debug": "1.34.4",
"@theia/editor": "1.34.4",
"@theia/editor-preview": "1.34.4",
"@theia/external-terminal": "1.34.4",
"@theia/file-search": "1.34.4",
"@theia/filesystem": "1.34.4",
"@theia/getting-started": "1.34.4",
"@theia/keymaps": "1.34.4",
"@theia/markers": "1.34.4",
"@theia/messages": "1.34.4",
"@theia/memory-inspector": "1.34.4",
"@theia/metrics": "1.34.4",
"@theia/mini-browser": "1.34.4",
"@theia/monaco": "1.34.4",
"@theia/navigator": "1.34.4",
"@theia/outline-view": "1.34.4",
"@theia/output": "1.34.4",
"@theia/plugin-dev": "1.34.4",
"@theia/plugin-ext": "1.34.4",
"@theia/plugin-ext-vscode": "1.34.4",
"@theia/preferences": "1.34.4",
"@theia/preview": "1.34.4",
"@theia/process": "1.34.4",
"@theia/property-view": "1.34.4",
"@theia/scm": "1.34.4",
"@theia/scm-extra": "1.34.4",
"@theia/search-in-workspace": "1.34.4",
"@theia/task": "1.34.4",
"@theia/terminal": "1.34.4",
"@theia/timeline": "1.34.4",
"@theia/toolbar": "1.34.4",
"@theia/typehierarchy": "1.34.4",
"@theia/userstorage": "1.34.4",
"@theia/variable-resolver": "1.34.4",
"@theia/vsx-registry": "1.34.4",
"@theia/workspace": "1.34.4",
"fs-extra": "^9.0.1",
"cdt-cloud-blueprint-updater": "1.34.4",
"cdt-cloud-blueprint-product": "1.34.4",
"theia-traceviewer": "0.2.0-next.75c9da4.0",
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
},
"devDependencies": {
"@theia/cli": "1.34.4"
},
"scripts": {
"prepare": "yarn build && yarn download:plugins",
"clean": "theia clean && rimraf node_modules",
"build": "yarn -s compile && yarn -s bundle",
"bundle": "theia build --mode development",
"compile": "tsc -b",
"rebuild": "theia rebuild:browser --cacheRoot ../..",
"start": "yarn -s rebuild && TRACE_SERVER_PATH=../../tracecompass-server/trace-compass-server/tracecompass-server theia start --plugins=local-dir:./plugins",
"start:debug": "yarn -s start --log-level=debug",
"start:watch": "concurrently --kill-others -n tsc,bundle,run -c red,yellow,green \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\" \"yarn -s start\"",
"watch": "concurrently --kill-others -n tsc,bundle -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\"",
"watch:bundle": "theia build --watch --mode development",
"watch:compile": "tsc -b -w",
"download:plugins": "theia download:plugins --parallel=false"
},
"theiaPluginsDir": "plugins",
"theiaPlugins": {
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.64.2/file/vscode.markdown-language-features-1.64.2.vsix",
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.70.2/file/eclipse-theia.builtin-extension-pack-1.70.2.vsix",
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.95/file/eclipse-cdt.cdt-gdb-vscode-0.0.95.vsix",
"vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.62.3/file/vscode.cpp-1.62.3.vsix",
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.23/file/llvm-vs-code-extensions.vscode-clangd-0.1.23.vsix",
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.13.45/file/ms-vscode.cmake-tools-1.13.45.vsix",
"cdtcloud-clangd-contexts": "https://github.com/eclipse-cdt-cloud/clangd-contexts/releases/download/v0.8.0/cdtcloud-clangd-contexts-ext-0.8.0.vsix"
},
"theiaPluginsExcludeIds": [
"ms-vscode.js-debug-companion",
"vscode.extension-editing",
"vscode.git",
"vscode.git-ui",
"vscode.github",
"vscode.github-authentication",
"vscode.microsoft-authentication",
"ms-vscode.js-debug",
"vscode.ipynb",
"vscode.references-view"
]
}