This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "yangster-electron",
"version": "0.1.1",
"description": "Yangster Electron",
"main": "src-gen/frontend/electron-main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/theia-ide/yangster-electron.git"
},
"theia": {
"target": "electron"
},
"scripts": {
"build": "theia build",
"package": "yarn run build && electron-builder",
"package:all": "yarn run build && electron-builder -lmw"
},
"keywords": [],
"author": "typefox <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/theia-ide/yangster-electron/issues"
},
"homepage": "https://github.com/theia-ide/yangster-electron#readme",
"//": [
"See why `yargs` is an explicit dependency: https://github.com/theia-ide/theia/issues/934",
"See why `xterm` is an explicit dependency: https://github.com/theia-ide/theia/issues/737"
],
"dependencies": {
"@theia/core": "latest",
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/file-search": "latest",
"@theia/git": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/monaco": "latest",
"@theia/navigator": "latest",
"@theia/preferences": "latest",
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/workspace": "latest",
"theia-yang-extension": "^0.1.7",
"yargs": "^9.0.1",
"xterm": "^2.9.2"
},
"devDependencies": {
"@theia/cli": "latest",
"electron-builder": "^19.30.2"
}
}