forked from electerm/electerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
164 lines (164 loc) · 4.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "electerm",
"version": "1.50.0",
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
"main": "app.js",
"bin": "npm/electerm",
"scripts": {
"app": "node build/bin/app",
"build": "npm run vite-build",
"start": "node build/bin/start.js",
"icon": "node build/bin/icon",
"ver": "node build/bin/generate-version",
"clean": "node build/bin/clean",
"compile": "node build/bin/build",
"vite-build": "node build/bin/vite-build.js",
"prepublishOnly": "node build/bin/prepublish",
"postpublish": "node build/bin/postpublish",
"prepare-file": "node build/bin/prepare",
"prepare-test": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -E [email protected] --no-save && npm i -E @playwright/[email protected] --no-save",
"postinstall": "node build/bin/post-install",
"lint": "./node_modules/.bin/standard --verbose",
"fix": "./node_modules/.bin/standard --fix",
"test": "npm run test1 && npm run test2",
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
"prepare-build": "npm run clean && npm run compile && npm run prepare-file",
"r": "./build/bin/release",
"w": "./build/bin/web-release",
"t": "./node_modules/.bin/electron work/app/app.js",
"lock": "npm i --package-lock-only"
},
"license": "MIT",
"langugeRepo": "https://github.com/electerm/electerm-locales",
"privacyNoticeLink": "https://github.com/electerm/electerm/wiki/privacy-notice",
"knownIssuesLink": "https://github.com/electerm/electerm/wiki/Know-issues",
"sponsorLink": "https://electerm.html5beta.com/sponsor-electerm.html",
"repository": {
"type": "git",
"url": "git+https://github.com/electerm/electerm.git"
},
"author": {
"name": "ZHAO Xudong",
"email": "[email protected]",
"url": "https://github.com/zxdong262"
},
"bugs": {
"url": "https://github.com/electerm/electerm/issues"
},
"homepage": "https://electerm.html5beta.com",
"releases": "https://github.com/electerm/electerm/releases",
"engines": {
"node": ">=18.0.0"
},
"preferGlobal": true,
"devDependencies": {
"@ant-design/icons": "5.2.6",
"@electerm/electerm-resource": "1.3.7",
"@electron/rebuild": "^3.4.1",
"@novnc/novnc": "^1.4.0",
"@types/node": "20.5.7",
"@vitejs/plugin-react": "4.2.1",
"antd": "5.13.0",
"chai": "4.3.10",
"classnames": "2.3.2",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"electron": "26.2.4",
"electron-builder": "24.9.1",
"eventemitter3": "5.0.1",
"filesize": "10.0.7",
"filesize-parser": "1.5.0",
"firacode": "^6.2.0",
"lodash-es": "^4.17.21",
"manate": "1.0.0",
"memoize-one": "6.0.0",
"morgan": "1.10.0",
"prop-types": "15.7.2",
"pug": "3.0.2",
"react": "17.0.2",
"react-colorful": "^5.6.1",
"react-delta": "1.1.2",
"react-dom": "17.0.2",
"replace-in-file": "6.3.5",
"shelljs": "0.8.5",
"standard": "^17.1.0",
"trzsz": "^1.1.3",
"vite": "4.5.3",
"vite-plugin-commonjs": "0.9.0",
"vite-plugin-purgecss": "0.2.12",
"vscode-icons": "vscode-icons/vscode-icons",
"vscode-icons-js": "11.6.1",
"xterm": "5.2.1",
"xterm-addon-attach": "0.8.0",
"xterm-addon-canvas": "0.4.0",
"xterm-addon-fit": "0.7.0",
"xterm-addon-ligatures": "0.6.0",
"xterm-addon-search": "0.12.0",
"xterm-addon-serialize": "0.10.0",
"xterm-addon-unicode11": "0.5.0",
"xterm-addon-web-links": "0.8.0",
"xterm-addon-webgl": "0.15.0",
"zmodem-ts": "1.0.4"
},
"dependencies": {
"@electerm/electerm-locales": "2.0.11",
"@electerm/electerm-themes": "^1.0.1",
"@electerm/rdpjs": "^1.0.0",
"@electerm/strip-ansi": "1.0.0",
"@yetzt/nedb": "1.8.0",
"axios": "^1.7.3",
"commander": "11.0.0",
"dayjs": "^1.11.9",
"diffie-hellman": "^5.0.3",
"electerm-sync": "1.2.1",
"electron-app-universal-protocol-client": "^1.3.0",
"electron-log": "4.3.5",
"express": "4.19.2",
"express-ws": "5.0.2",
"fast-deep-equal": "3.1.3",
"find-free-port": "2.0.0",
"font-list": "1.3.1",
"gist-wrapper": "0.4.1",
"gitee-client": "0.2.0",
"https-proxy-agent": "7.0.1",
"json-deep-copy": "1.3.1",
"jsonwebtoken": "^9.0.1",
"lodash": "4.17.21",
"nanoid": "3.1.31",
"node-bash": "5.0.1",
"node-pty": "1.1.0-beta14",
"os-locale-s": "1.0.8",
"serialport": "10.4.0",
"socks": "2.7.1",
"socks-proxy-agent": "8.0.1",
"socksv5-electron": "^0.0.6",
"ssh-config": "4.2.1",
"ssh2": "1.15.0",
"stylus": "0.59.0",
"tar": "6.2.1",
"v8-compile-cache": "2.3.0"
},
"files": [
"npm",
"README.md",
"LICENSE"
],
"standard": {
"sourceType": "module",
"ignore": [
"/app/assets/",
"src/client/entry/rle.js"
],
"globals": [
"log",
"MouseEvent",
"WebSocket",
"FileReader",
"CustomEvent",
"onmessage",
"requestAnimationFrame",
"self"
]
}
}