forked from gitpod-io/theia-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.28 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
{
"private": true,
"name": "parent",
"version": "0.0.0",
"license": "UNLICENSED",
"devDependencies": {
"@theia/cli": "next",
"@types/node": "^10.14.8",
"concurrently": "^5.3.0",
"envfile": "^2.1.1",
"json": "^9.0.6",
"lerna": "^2.11.0",
"rimraf": "^2.6.2",
"ts-node": "<7.0.0",
"typescript": "^3.9.3",
"patch-package": "^6.2.2"
},
"scripts": {
"build": "lerna run build",
"theia:dev": "npx run prepare @gitpod/gitpod-ide --include-filtered-dependencies",
"builtin-plugins": "./scripts/builtin-plugins.sh",
"clean": "yarn clean && rm -rf node_modules",
"upgrade-gitpod-yml-inferrer": "git clone https://github.com/gitpod-io/gitpod-yml-inferrer /tmp/repo && cp /tmp/repo/src/config-* gitpod-extension/src/browser/setup/ && rm -rf /tmp/repo"
},
"workspaces": {
"packages": [
"gitpod-extension",
"app"
]
},
"resolutions": {
"@types/react": "16.4.2",
"vscode-languageserver-protocol": "3.15.3",
"vscode-languageserver-types": "3.15.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"nan": "2.14.1",
"oniguruma": "7.2.1",
"vscode-uri": "2.1.1"
}
}