This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
82 lines (82 loc) · 2.69 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
{
"name": "Sia-Host-Manager",
"version": "1.2.4",
"private": true,
"description": "User-friendly management utility for Sia storage network hosts. Provides easy configuration, better financials, and smart alerts to make hosting simpler.",
"author": {
"name": "Sia Central",
"email": "[email protected]",
"url": "https://siacentral.com"
},
"scripts": {
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"lint": "vue-cli-service lint",
"generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"package": "cross-env PUBLISH=false vue-cli-service electron:build -p never",
"publish": "cross-env PUBLISH=true vue-cli-service electron:build -p always"
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@stablelib/utf8": "^1.0.1",
"bignumber.js": "^9.0.2",
"check-disk-space": "^3.1.0",
"core-js": "^3.6.5",
"d3-shape": "^3.0.1",
"decimal.js-light": "^2.5.1",
"electron-log": "^4.4.4",
"electron-updater": "^4.6.1",
"request": "^2.88.2",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-router": "~5.0.4",
"@vue/cli-plugin-vuex": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"cross-env": "^7.0.3",
"electron": "^21.1.0",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.1.0",
"electron-notarize": "^1.1.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"lint-staged": "^9.5.0",
"style-resources-loader": "^1.5.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-electron-builder": "^2.1.1"
},
"bugs": {
"url": "https://github.com/siacentral/host-manager/issues"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"homepage": "https://siacentral.com/host-manager",
"license": "AGPLv3",
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
},
"siaVersion": "1.5.9"
}