electerm 1.28.4 → 1.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +20 -35
package/package.json
CHANGED
|
@@ -1,38 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.4",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"app": "node bin/app",
|
|
9
|
-
"build": "node bin/webpack-build",
|
|
10
|
-
"start": "./node_modules/.bin/webpack serve -c build/webpack.config.js",
|
|
11
|
-
"icon": "node bin/icon",
|
|
12
|
-
"ver": "node bin/generate-version",
|
|
13
|
-
"clean": "node bin/clean",
|
|
14
|
-
"compile": "node bin/build",
|
|
8
|
+
"app": "node build/bin/app",
|
|
9
|
+
"build": "node build/bin/webpack-build",
|
|
10
|
+
"start": "./node_modules/.bin/webpack serve -c build/webpack/webpack.config.js",
|
|
11
|
+
"icon": "node build/bin/icon",
|
|
12
|
+
"ver": "node build/bin/generate-version",
|
|
13
|
+
"clean": "node build/bin/clean",
|
|
14
|
+
"compile": "node build/bin/build",
|
|
15
15
|
"local-test": "LOCAL_TEST=1 npm run test",
|
|
16
|
-
"prepublishOnly": "node bin/prepublish",
|
|
17
|
-
"postpublish": "node bin/postpublish",
|
|
18
|
-
"prepare-file": "node bin/prepare",
|
|
16
|
+
"prepublishOnly": "node build/bin/prepublish",
|
|
17
|
+
"postpublish": "node build/bin/postpublish",
|
|
18
|
+
"prepare-file": "node build/bin/prepare",
|
|
19
19
|
"prepare-test": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -E playwright@1.28.1 --no-save && npm i -E @playwright/test@1.28.1 --no-save",
|
|
20
20
|
"output": "./node_modules/.bin/electron-builder",
|
|
21
|
-
"build-mac": "node bin/build-mac",
|
|
22
|
-
"build-mac-arm": "node bin/build-mac-arm",
|
|
23
|
-
"build-linux-1": "node bin/build-linux-1",
|
|
24
|
-
"build-linux-2": "node bin/build-linux-2",
|
|
25
|
-
"build-win-1": "node bin/build-win-1",
|
|
26
|
-
"build-win-2": "node bin/build-win-2",
|
|
27
21
|
"release": "npm run pre-test && npm run output",
|
|
28
|
-
"install": "node bin/install",
|
|
29
|
-
"postinstall": "node bin/post-install",
|
|
22
|
+
"install": "node build/bin/install",
|
|
23
|
+
"postinstall": "node build/bin/post-install",
|
|
30
24
|
"lint": "./node_modules/.bin/standard --verbose",
|
|
31
25
|
"fix": "./node_modules/.bin/standard --fix",
|
|
32
26
|
"test": "npm run test1 && npm run test2",
|
|
33
27
|
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
|
|
34
28
|
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
|
|
35
29
|
"prepare-build": "npm run compile && npm run prepare-file",
|
|
30
|
+
"r": "./build/bin/release",
|
|
36
31
|
"lock": "npm i --package-lock-only"
|
|
37
32
|
},
|
|
38
33
|
"license": "MIT",
|
|
@@ -58,27 +53,19 @@
|
|
|
58
53
|
},
|
|
59
54
|
"preferGlobal": true,
|
|
60
55
|
"devDependencies": {
|
|
61
|
-
"@ant-design/icons": "
|
|
56
|
+
"@ant-design/icons": "5.2.5",
|
|
62
57
|
"@babel/cli": "7.22.5",
|
|
63
58
|
"@babel/core": "7.22.5",
|
|
64
|
-
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
65
|
-
"@babel/plugin-proposal-decorators": "7.22.5",
|
|
66
|
-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
67
|
-
"@babel/plugin-transform-runtime": "7.22.5",
|
|
68
59
|
"@babel/preset-env": "7.22.5",
|
|
69
60
|
"@babel/preset-react": "7.22.5",
|
|
70
61
|
"@babel/register": "7.22.5",
|
|
71
62
|
"@babel/runtime": "7.22.5",
|
|
72
|
-
"@electerm/antd-dayjs-webpack-plugin": "1.0.7",
|
|
73
63
|
"@electerm/electerm-resource": "1.3.7",
|
|
74
64
|
"@electerm/pug-html-loader": "1.1.6",
|
|
75
|
-
"antd": "
|
|
65
|
+
"antd": "5.8.3",
|
|
76
66
|
"apply-loader": "2.0.0",
|
|
77
67
|
"babel-eslint": "10.1.0",
|
|
78
68
|
"babel-loader": "9.1.3",
|
|
79
|
-
"babel-plugin-import": "1.13.6",
|
|
80
|
-
"babel-plugin-syntax-dynamic-import": "6.18.0",
|
|
81
|
-
"babel-plugin-transform-runtime": "6.23.0",
|
|
82
69
|
"chai": "4.3.7",
|
|
83
70
|
"classnames": "2.3.2",
|
|
84
71
|
"concat-loader": "0.1.0",
|
|
@@ -95,21 +82,21 @@
|
|
|
95
82
|
"filesize": "10.0.7",
|
|
96
83
|
"filesize-parser": "1.5.0",
|
|
97
84
|
"html-loader": "4.2.0",
|
|
98
|
-
"less-loader": "11.1.3",
|
|
99
85
|
"manate": "0.3.9",
|
|
100
86
|
"memoize-one": "6.0.0",
|
|
101
87
|
"mini-css-extract-plugin": "2.7.6",
|
|
102
88
|
"prop-types": "15.7.2",
|
|
103
|
-
"react": "17.0.2",
|
|
89
|
+
"react": "^17.0.2",
|
|
104
90
|
"react-delta": "1.1.2",
|
|
105
|
-
"react-dom": "17.0.2",
|
|
91
|
+
"react-dom": "^17.0.2",
|
|
106
92
|
"replace-in-file": "6.3.5",
|
|
107
93
|
"shelljs": "0.8.5",
|
|
108
94
|
"standard": "13.1.0",
|
|
109
95
|
"style-loader": "3.3.3",
|
|
110
96
|
"stylus-loader": "7.1.3",
|
|
97
|
+
"@electerm/trzsz": "1.1.1",
|
|
111
98
|
"url-loader": "4.1.1",
|
|
112
|
-
"vscode-icons": "
|
|
99
|
+
"vscode-icons": "vscode-icons/vscode-icons",
|
|
113
100
|
"vscode-icons-js": "11.6.1",
|
|
114
101
|
"webpack": "5.88.1",
|
|
115
102
|
"webpack-cli": "5.1.4",
|
|
@@ -147,7 +134,6 @@
|
|
|
147
134
|
"https-proxy-agent": "7.0.1",
|
|
148
135
|
"json-deep-copy": "1.3.0",
|
|
149
136
|
"jsonwebtoken": "^9.0.1",
|
|
150
|
-
"less": "4.1.1",
|
|
151
137
|
"lodash": "4.17.21",
|
|
152
138
|
"nanoid": "3.1.31",
|
|
153
139
|
"node-bash": "5.0.1",
|
|
@@ -161,7 +147,6 @@
|
|
|
161
147
|
"stylus": "0.59.0",
|
|
162
148
|
"tar": "6.1.15",
|
|
163
149
|
"telnet-client": "2.0.8",
|
|
164
|
-
"trzsz": "1.1.1",
|
|
165
150
|
"util-promisifyall": "1.0.6",
|
|
166
151
|
"v8-compile-cache": "2.3.0"
|
|
167
152
|
},
|