-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
132 lines (132 loc) · 4.3 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
{
"name": "ecubuspro",
"version": "0.8.6",
"description": "EcuBus-Pro",
"main": "./out/main/index.js",
"author": "[email protected]",
"homepage": "https://app.whyengineer.com",
"ecubusPro": {
"support": [
"can"
],
"vendor": {
"can": [
"kvaser",
"peak",
"zlg"
]
}
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"typecheck:node": "tsc --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",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"test": "vitest --config vitest.config.ts",
"build": "npm run typecheck && electron-vite build",
"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",
"api": "typedoc --tsconfig tsconfig.worker.json",
"docan": "cd src/main/docan && npx node-gyp rebuild",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@element-plus/icons-vue": "^2.3.1",
"@joint/core": "^4.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/core": "^10.7.2",
"@vxe-ui/plugin-render-element": "^4.0.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"animate.css": "^4.1.1",
"async": "^3.2.6",
"axios": "^1.7.7",
"broadcast-channel": "^7.0.0",
"dayjs": "^1.11.13",
"electron-log": "^5.1.2",
"electron-store": "^8.1.0",
"electron-updater": "^6.3.9",
"element-plus": "^2.8.3",
"emittery": "^1.0.3",
"events": "^3.3.0",
"glob": "^11.0.0",
"handlebars": "^4.7.8",
"interactjs": "^1.10.26",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"marked": "^14.1.3",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"python-shell": "^5.0.0",
"sass": "^1.71.0",
"sortablejs": "^1.15.2",
"ts-morph": "^24.0.0",
"uuid": "^9.0.1",
"vite-plugin-string": "^1.2.3",
"vite-raw-plugin": "^1.0.2",
"vue-router": "^4.2.5",
"vxe-pc-ui": "^4.2.53",
"vxe-table": "^4.9.4",
"winston": "^3.15.0",
"workerpool": "https://github.com/frankie-zeng/workerpool.git#efa4bab"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/rebuild": "^3.7.0",
"@iconify-icons/icon-park": "^1.2.11",
"@iconify/icons-ep": "^1.2.12",
"@iconify/icons-icon-park": "^1.2.11",
"@iconify/icons-material-symbols": "^1.2.58",
"@iconify/icons-ph": "^1.2.5",
"@iconify/vue": "^4.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rushstack/eslint-patch": "^1.7.1",
"@types/async": "^3.2.24",
"@types/node": "^22.9.1",
"@types/path-browserify": "^1.0.3",
"@types/uuid": "^10.0.0",
"@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": "^32.2.3",
"electron-builder": "24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"node-addon-api": "^8.2.2",
"node-gyp": "^10.2.0",
"node-loader": "^2.1.0",
"prettier": "^3.3.3",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"ts-loader": "^9.5.1",
"typedoc": "^0.26.11",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vite": "^5.0.12",
"vite-plugin-conditional-compiler": "^0.3.1",
"vite-plugin-node-polyfills": "^0.21.0",
"vitepress": "^1.5.0",
"vitest": "^2.1.5",
"vue": "^3.5.13",
"vue-tsc": "^2.1.6",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"yaml": "^2.6.0"
}
}