-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "fusion-studio-electron",
"version": "2.0.0-next.0",
"description": "Fusion Studio",
"main": "src-gen/frontend/electron-main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/evolvedbinary/fusion-studio.git"
},
"theia": {
"target": "electron",
"frontend": {
"config": {
"applicationName": "Fusion Studio"
}
}
},
"scripts": {
"build": "theia build",
"start": "theia start",
"package": "yarn run build && electron-builder",
"package:all": "yarn run build && electron-builder -lmw"
},
"keywords": [],
"author": "Evolved Binary <tech@evolvedbinary.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/evolvedbinary/fusion-studio/issues"
},
"homepage": "https://github.com/evolvedbinary/fusion-studio#readme",
"dependencies": {
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/process": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/workspace": "1.15.0",
"fs-extra": "10.0.0",
"fusion-studio-extension": "^2.0.0-next",
"xterm": "^4.13.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.0",
"yargs": "^17.1.1"
},
"devDependencies": {
"@theia/cli": "^1.15.0",
"electron-builder": "^22.11.7",
"electron-builder-notarize": "^1.2.0"
}
}