-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.72 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
{
"name": "manyterm",
"version": "0.0.3",
"description": "<img src=\"./assets/terminal.png\" style=\"width: 192px;\" />",
"main": "main.js",
"dependencies": {
"@opuscapita/filemanager-server": "^1.1.1",
"@opuscapita/react-filemanager": "^1.1.1",
"@opuscapita/react-filemanager-connector-node-v1": "^1.1.1",
"electron": "8.3.0",
"electron-reload": "^1.5.0",
"electron-store": "^6.0.0",
"golden-layout": "^1.5.9",
"htm": "^3.0.4",
"jsonata": "^1.8.3",
"monaco-editor": "^0.20.0",
"monaco-loader": "^1.0.0",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"node-pty": "^0.9.0",
"pid-cwd": "^1.2.0",
"react": "latest",
"react-command-palette": "^0.13.0-0",
"react-dom": "latest",
"v8-compile-cache": "^2.1.0",
"xterm": "^4.8.1",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-ligatures": "^0.3.0",
"xterm-addon-unicode11": "^0.2.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.8.0",
"xterm-theme": "^1.1.0"
},
"devDependencies": {
"electron-rebuild": "^1.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"fm-start": "node ./components/filemanager/server.js",
"rebuild": "electron-rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chm-dev/manyterm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chm-dev/manyterm/issues"
},
"homepage": "https://github.com/chm-dev/manyterm#readme"
}