-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "cooper-quick",
"version": "1.1.0",
"author": {
"name": "HARDWARIO s.r.o.",
"email": "[email protected]",
"url": "https://github.com/hardwario"
},
"repository": {
"type": "git",
"url": "https://github.com/hardwario/cooper-quick.git"
},
"license": "MIT",
"scripts": {
"install": "electron-rebuild",
"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"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"azure-iot-device-http": "^1.9.9",
"azure-iot-security-tpm": "^1.5.9",
"bootstrap-vue": "^2.0.0-rc.20",
"electron-context-menu": "^0.12.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"request": "^2.88.0",
"serialport": "^7.1.5",
"vue": "^2.6.10",
"vue-pdf": "^4.0.7",
"vue-router": "^3.0.6",
"vuex": "^3.1.1",
"yaml": "^1.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"babel-eslint": "^10.0.1",
"electron": "^4.2.2",
"electron-rebuild": "^1.8.4",
"electron-builder": "^20.38.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"pdfjs-dist": "^2.0.943",
"vue-cli-plugin-electron-builder": "^1.3.2",
"vue-template-compiler": "^2.6.10"
},
"main": "background.js"
}