-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.61 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
{
"name": "theia-nexe",
"private": true,
"version": "0.0.1",
"description": "See: https://github.com/theia-ide/theia/issues/4541",
"repository": {
"type": "git",
"url": "git+https://github.com/kittaakos/theia-pkg.git"
},
"keywords": [
"theia",
"theia-extension",
"nexe"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kittaakos/theia-pkg/issues"
},
"homepage": "https://github.com/kittaakos/theia-pkg#readme",
"scripts": {
"build": "theia build",
"package": "node ./package"
},
"dependencies": {
"@theia/callhierarchy": "next",
"@theia/core": "next",
"@theia/editor": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/git": "next",
"@theia/json": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/merge-conflicts": "next",
"@theia/messages": "next",
"@theia/mini-browser": "next",
"@theia/monaco": "next",
"@theia/navigator": "next",
"@theia/outline-view": "next",
"@theia/output": "next",
"@theia/preferences": "next",
"@theia/preview": "next",
"@theia/process": "next",
"@theia/search-in-workspace": "next",
"@theia/task": "next",
"@theia/terminal": "next",
"@theia/textmate-grammars": "next",
"@theia/typescript": "next",
"@theia/userstorage": "next",
"@theia/workspace": "next",
"typescript": "latest"
},
"devDependencies": {
"@theia/cli": "next",
"copyfiles": "^2.1.0",
"nexe": "^3.1.0",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=10.2.0"
}
}