-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.54 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
{
"private": true,
"name": "electron-ide",
"version": "0.0.1",
"description": "A Theia based IDE for Electron.",
"main": "src-gen/frontend/electron-main.js",
"repository": "https://github.com/electron-lang/electron",
"author": "David Craven <[email protected]>",
"license": "ISC",
"theia": {
"target": "electron"
},
"scripts": {
"prepare": "yarn run build",
"build": "theia build && electron-builder"
},
"dependencies": {
"@electron-lang/theia-electron": "next",
"@theia/bunyan": "next",
"@theia/callhierarchy": "next",
"@theia/core": "next",
"@theia/editor": "next",
"@theia/editorconfig": "next",
"@theia/extension-manager": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/git": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/merge-conflicts": "next",
"@theia/messages": "next",
"@theia/metrics": "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/userstorage": "next",
"@theia/variable-resolver": "next",
"@theia/workspace": "next"
},
"devDependencies": {
"@theia/cli": "next",
"electron-builder": "^20.10.0"
}
}