-
-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathpackage.json
More file actions
204 lines (204 loc) · 6.52 KB
/
package.json
File metadata and controls
204 lines (204 loc) · 6.52 KB
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"name": "ecubuspro",
"version": "0.8.64",
"description": "EcuBus-Pro",
"main": "./out/main/index.js",
"author": "frankie.zengfu@gmail.com",
"homepage": "https://app.whyengineer.com",
"license": "Apache-2.0",
"ecubusPro": {
"vendor": {
"win32": [
"simulate",
"kvaser",
"peak",
"zlg",
"toomoss",
"vector",
"slcan",
"ecubus",
"candle"
],
"linux": [
"simulate",
"slcan"
],
"darwin": [
"simulate",
"slcan"
]
}
},
"lint-staged": {
"*.{ts,vue}": [
"prettier --write",
"eslint --ext .ts,.vue --fix"
]
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .ts,.vue --fix",
"typecheck:node": "tsgo --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"worker": "cd src/main/worker/secureAccess && npx node-gyp rebuild && cd ../../../.. && npx webpack --config webpack.config.js --mode production",
"worker:js": "npx webpack --config webpack.config.js --mode production",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"test": "vitest --config vitest.config.ts",
"build": "npm run typecheck && electron-vite build",
"build:sdk": "vite build --config vite.sdk.config.ts",
"cli:dev": "electron-vite dev -c cli.vite.ts -w --entry cli/out/ecb_cli2.js",
"cli:build": "electron-vite build -c cli.vite.ts",
"cli:build:win": "electron-vite build -c cli.vite.ts && cd cli && npm run win",
"cli:build:linux": "electron-vite build -c cli.vite.ts && cd cli && npm run linux",
"cli:build:mac": "electron-vite build -c cli.vite.ts && cd cli && npm run mac",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux",
"native": "npm run docan && npm run dolin && npm run someip",
"api": "typedoc --tsconfig tsconfig.worker.json --lang en-US",
"docan": "cd src/main/docan && npx node-gyp rebuild",
"dolin": "cd src/main/dolin && npx node-gyp rebuild",
"someip": "cd src/main/vsomeip && npx node-gyp rebuild",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"prepare": "husky"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@element-plus/icons-vue": "^2.3.1",
"@form-create/element-ui": "^3.2.22",
"@iconify/icons-grommet-icons": "^1.2.5",
"@iconify/icons-mdi": "^1.2.48",
"@joint/core": "^4.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/core": "^10.7.2",
"@vxe-ui/plugin-render-element": "^4.0.10",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"adm-zip": "^0.5.16",
"ajv": "^8.18.0",
"animate.css": "^4.1.1",
"async": "^3.2.6",
"async-validator": "^4.2.5",
"axios": "^1.8.2",
"body-parser": "^2.2.1",
"chevrotain": "^12.0.0",
"codemirror": "^6.65.7",
"colors": "^1.4.0",
"commander": "^12.1.0",
"conf": "^15.1.0",
"dayjs": "^1.11.13",
"e-virt-table": "^1.2.35",
"echarts": "^6.0.0",
"electron-log": "^5.1.2",
"electron-updater": "^6.3.9",
"element-plus": "^2.11.0",
"emittery": "^1.2.0",
"events": "^3.3.0",
"exceljs": "^4.4.0",
"glob": "^11.1.0",
"handlebars": "^4.7.9",
"i18next": "^25.6.2",
"i18next-vue": "^5.3.0",
"iconv-lite": "^0.7.0",
"javascript-obfuscator": "^5.2.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"js-beautify": "^1.15.4",
"json5": "^2.2.3",
"lodash": "^4.17.23",
"marked": "^14.1.3",
"mitt": "^3.0.1",
"path-browserify": "^1.0.1",
"pinia": "^3.0.2",
"pixi.js-legacy": "^5.3.3",
"python-shell": "^5.0.0",
"serialport": "^13.0.0",
"sortablejs": "^1.15.2",
"ts-morph": "^26.0.0",
"uuid": "^14.0.0",
"vite-plugin-string": "^1.2.3",
"vite-raw-plugin": "^1.0.2",
"vitepress-plugin-image-viewer": "^1.1.6",
"vue-grid-layout-v3": "^3.1.2",
"vue-router": "^4.2.5",
"vuedraggable": "4.1.0",
"vxe-pc-ui": "^4.2.53",
"vxe-table": "^4.16.11",
"winston": "^3.17.0",
"wujie-polyfill": "^1.1.3",
"wujie-vue3": "^1.0.29",
"xterm": "^5.3.0"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/rebuild": "^4.0.3",
"@iconify/icons-ep": "^1.2.12",
"@iconify/icons-material-symbols": "^1.2.58",
"@iconify/icons-ph": "^1.2.5",
"@iconify/vue": "^4.1.1",
"@liudonghua123/pkg": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rushstack/eslint-patch": "^1.7.1",
"@types/adm-zip": "^0.5.7",
"@types/async": "^3.2.24",
"@types/node": "^22.9.1",
"@types/path-browserify": "^1.0.3",
"@types/uuid": "^10.0.0",
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"ali-oss": "^6.21.0",
"dotenv": "^16.4.5",
"electron": "^39.8.6",
"electron-builder": "26.8.1",
"electron-vite": "^2.3.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"mermaid": "^11.12.3",
"node-addon-api": "^8.2.2",
"node-gyp": "^11.5.0",
"node-loader": "^2.1.0",
"prettier": "^3.5.2",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.3.0",
"sass": "^1.83.0",
"ts-loader": "^9.5.4",
"typedoc": "^0.27.6",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vite": "^5.4.21",
"vite-plugin-conditional-compiler": "^0.3.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitepress": "^2.0.0-alpha.16",
"vitepress-mermaid-renderer": "^1.1.11",
"vitest": "^3.2.4",
"vue": "^3.5.13",
"vue-tsc": "^2.1.6",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4",
"yaml": "^2.6.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.46.2"
},
"overrides": {
"esbuild": "^0.25.0",
"axios": "^1.8.2",
"@babel/runtime": "^7.26.10",
"tar-fs": "2.1.4"
}
}