forked from ecubus/EcuBus-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.97 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
{
"name": "ECUBus",
"author": "Frankie Zeng <[email protected]>",
"description": "ECUBus",
"version": "0.2.24",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/frankie-zeng/ECUBus.git"
},
"postinstall": "electron-builder install-app-deps",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps && patch-package",
"postuninstall": "electron-builder install-app-deps",
"generate-docs": "gendoc.bat"
},
"main": "background.js",
"dependencies": {
"@lapo/asn1js": "^1.2.1",
"bindings": "^1.5.0",
"clipboard": "^2.0.4",
"core-js": "^3.6.4",
"docdash": "^1.2.0",
"electron-log": "^4.2.1",
"electron-updater": "^4.3.1",
"element-ui": "^2.4.5",
"jsdoc": "^3.6.6",
"jshint-esnext": "^2.7.0-3",
"node-addon-api": "^3.1.0",
"node-addon-loader": "0.0.6",
"node-aes-cmac": "^0.1.1",
"patch-package": "^6.2.0",
"sortablejs": "^1.10.2",
"sprintf-js": "^1.1.2",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-drag-resize": "^1.3.2",
"vue-router": "^3.1.5",
"vuex": "^3.1.2",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"babel-eslint": "^10.0.3",
"electron": "13.6.6",
"electron-devtools-installer": "^3.1.1",
"electron-rebuild": "^1.10.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"native-ext-loader": "^2.3.0",
"node-loader": "^0.6.0",
"vue-cli-plugin-electron-builder": "2.1.1",
"vue-cli-plugin-element": "~1.0.1",
"vue-template-compiler": "^2.6.11"
}
}