forked from eclipse-cdt-cloud/cdt-cloud-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 5.01 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
{
"private": true,
"version": "1.43.1",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": {
"name": "CDT Cloud"
},
"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"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.14",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"remove-files-webpack-plugin": "^1.5.0"
},
"devDependencies": {
"@theia/cli": "1.43.1",
"@types/request": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"tslint": "^5.12.0",
"typescript": "^4.6.3",
"cli-progress": "^3.10.0",
"@types/cli-progress": "^3.9.2",
"tar-fs": "^2.1.1",
"@types/tar-fs": "^2.0.1",
"gunzip-maybe": "^1.4.2",
"@types/gunzip-maybe": "^1.4.0",
"concurrently": "^3.5.0",
"eslint": "^7.27.0",
"eslint-plugin-deprecation": "1.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-react": "^7.23.2",
"lerna": "^6.0.1",
"request": "^2.82.0",
"rimraf": "^2.7.1",
"ts-node": "^10.0.0",
"type-fest": "^0.20.2",
"yargs": "17.2.1",
"fs-extra": "^9.0.1"
},
"scripts": {
"clean": "lerna run clean && rimraf node_modules",
"build": "yarn build:extensions && yarn build:applications",
"build:dev": "yarn build:extensions && yarn build:applications:dev",
"build:applications": "lerna run --scope=\"cdt-cloud-blueprint*app\" build:prod --concurrency 1",
"build:applications:dev": "lerna run --scope=\"cdt-cloud-blueprint*app\" build --concurrency 1",
"build:extensions": "lerna run --scope=\"cdt-cloud-blueprint*ext\" --scope=\"@eclipse-cdt-cloud/*\" build",
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false --ignore-errors",
"package:applications": "yarn tracecompass-server:download && lerna run --scope=\"cdt-cloud-blueprint*app\" package --concurrency 1",
"package:applications:preview": "yarn tracecompass-server:download && lerna run --scope=\"cdt-cloud-blueprint*app\" package:preview --concurrency 1",
"package:applications:prod": "yarn tracecompass-server:download && lerna run --scope=\"cdt-cloud-blueprint*app\" package:prod --concurrency 1",
"watch": "lerna run --parallel watch",
"test": "lerna run test",
"electron": "yarn --cwd applications/electron",
"browser": "yarn --cwd applications/browser",
"docker": "yarn --cwd applications/docker",
"update:next": "ts-node scripts/update-theia-to-next.ts && lerna run update:next",
"lint": "eslint --ext js,jsx,ts,tsx scripts && lerna run lint",
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && lerna run lint:fix",
"tracecompass-server:download": "ts-node scripts/tracecompass-server-download.ts",
"tracecompass-server:start": "yarn tracecompass-server:download && ts-node scripts/tracecompass-server.ts",
"setup": "yarn && yarn build:extensions && yarn download:plugins && yarn tracecompass-server:download"
},
"theiaPluginsDir": "plugins",
"theiaPlugins": {
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.77.0/file/eclipse-theia.builtin-extension-pack-1.77.0.vsix",
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.108/file/eclipse-cdt.cdt-gdb-vscode-0.0.108.vsix",
"vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.79.0/file/vscode.cpp-1.79.0.vsix",
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.25/file/llvm-vs-code-extensions.vscode-clangd-0.1.25.vsix",
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.16.32/file/ms-vscode.cmake-tools-1.16.32.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",
"VisualStudioExptTeam.vscodeintellicode",
"vscode.builtin-notebook-renderers",
"vscode.extension-editing",
"vscode.github",
"vscode.github-authentication",
"vscode.ipynb",
"vscode.microsoft-authentication"
],
"workspaces": [
"applications/*",
"theia-extensions/*"
],
"resolutions": {
"@types/puppeteer": "^5.4.0",
"**/@theia/application-package": "1.43.1",
"**/@theia/core": "1.43.1",
"**/@theia/editor": "1.43.1",
"**/@theia/filesystem": "1.43.1",
"**/@theia/request": "1.43.1",
"**/@theia/variable-resolver": "1.43.1",
"@yarnpkg/parsers": "3.0.0-rc.44",
"**/msgpackr": "1.8.3",
"**/multer": "1.4.4-lts.1"
}
}