forked from electerm/electerm-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.42 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
{
"name": "electerm-web",
"version": "1.34.38",
"description": "Running electerm in as web app",
"main": "src/app/app.js",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development node ./src/app/app.js",
"prod": "NODE_ENV=production node ./src/app/app.js",
"build": "npm run vite-build",
"start": "NODE_ENV=development node ./build/vite/dev-server.js",
"clean": "node build/bin/clean",
"compile": "node build/bin/build",
"vite-build": "cross-env NODE_ENV=production vite build --config ./build/vite/conf.js",
"install": "node build/bin/install",
"lint": "./node_modules/.bin/standard --verbose",
"fix": "./node_modules/.bin/standard --fix",
"lock": "npm i --package-lock-only",
"r": "./build/bin/release",
"test": "npm run test1 && npm run test2",
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --config test/playwright.conf.js",
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --config test/playwright.conf.js",
"test3": "./node_modules/.bin/playwright test test/unit/*.js"
},
"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": "zxdong@gmail.com",
"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.5",
"@electerm/electerm-react": "^1.34.39",
"@electerm/electerm-resource": "1.3.7",
"@playwright/test": "1.39.0",
"@types/node": "20.5.7",
"@vitejs/plugin-react": "4.1.0",
"antd": "5.8.3",
"chai": "4.3.10",
"classnames": "2.3.2",
"cross-env": "7.0.3",
"dayjs": "1.11.9",
"dotenv": "16.3.1",
"express-http-proxy": "^2.0.0",
"filesize": "10.0.7",
"filesize-parser": "1.5.0",
"lodash-es": "^4.17.21",
"manate": "0.3.9",
"memoize-one": "6.0.0",
"playwright": "1.39.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"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.4.9",
"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.js": "0.1.10"
},
"dependencies": {
"@electerm/electerm-locales": "1.1.3",
"@electerm/ssh2": "1.11.2",
"@electerm/strip-ansi": "1.0.0",
"@yetzt/nedb": "1.8.0",
"axios": "0.26.0",
"electerm-sync": "1.1.0",
"electron-log": "^4.4.8",
"eventemitter3": "5.0.1",
"express": "4.18.2",
"express-jwt": "^8.4.1",
"express-ws": "5.0.2",
"fast-deep-equal": "3.1.3",
"find-free-port": "2.0.0",
"font-list": "1.3.1",
"gist-wrapper": "1.0.0",
"gitee-client": "1.0.0",
"https-proxy-agent": "7.0.1",
"json-deep-copy": "1.3.1",
"jsonwebtoken": "^9.0.1",
"lodash": "4.17.21",
"morgan": "^1.10.0",
"nanoid": "3.1.31",
"node-bash": "5.0.1",
"node-powershell": "5.0.1",
"node-pty": "^1.1.0-beta2",
"open": "^9.1.0",
"os-locale-s": "1.0.8",
"pug": "3.0.2",
"serialport": "10.4.0",
"socks": "2.7.1",
"socks-proxy-agent": "8.0.1",
"ssh-config": "^4.4.1",
"stylus": "0.59.0",
"tar": "6.1.15"
},
"files": [
"npm",
"README.md",
"LICENSE"
],
"standard": {
"globals": [
"log",
"MouseEvent",
"WebSocket",
"FileReader",
"CustomEvent",
"onmessage",
"self"
],
"ignore": [
"/public/"
],
"sourceType": "module"
}
}