-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "sensecap_node_cfg_tool",
"description": "SenseCAP Node Configuration Tool",
"version": "1.0.5",
"homepage": "https://github.com/Seeed-Solution/SenseCAP-Node-Configuration-Tool",
"repository": {
"type": "git",
"url": "https://github.com/Seeed-Solution/SenseCAP-Node-Configuration-Tool"
},
"author": "Jack Shao <[email protected]>",
"private": true,
"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",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@mdi/font": "^5.3.45",
"core-js": "^3.6.4",
"crc": "^3.8.0",
"electron-create-menu": "^3.0.1",
"electron-log": "^4.0.7",
"electron-store": "^8.0.2",
"electron-updater": "4.3.1",
"i18next": "^19.3.2",
"roboto-fontface": "*",
"serialport": "^10.4.0",
"vue": "^2.6.11",
"vue-i18n": "^8.15.5",
"vue-router": "^3.1.5",
"vuetify": "~2.6.6",
"vuex": "^3.1.2",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.4.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^4.2.0",
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-router": "~4.4.6",
"@vue/cli-plugin-vuex": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"babel-eslint": "^10.0.3",
"electron": "^10.4.7",
"electron-notarize": "^1.0.0",
"eslint": "^7.6.0",
"eslint-plugin-vue": "^6.1.2",
"flag-icon-css": "^3.4.6",
"node-sass": "^6.0.1",
"sass": "~1.32.6",
"sass-loader": "^9.0.3",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.3"
}
}