-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 4.4 KB
/
package.json
File metadata and controls
161 lines (161 loc) · 4.4 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "hyperion-remote",
"version": "0.4.18",
"description": "Hyperion Remote Application",
"homepage": "https://www.hyperion-project.org",
"productName": "Hyperion Remote",
"author": {
"name": "brindosch",
"email": "hyperion@hyperion-project.org"
},
"repository": {
"type": "git",
"url": "https://github.com/brindosch/hyperion-remote.git"
},
"private": true,
"scripts": {
"yarn:install": "yarn && cd scripts && yarn && cd ../src-capacitor && yarn",
"dev:spa": "quasar dev",
"dev:spaembed": "cross-env SPAEMBED=true quasar dev",
"dev:electron": "quasar dev -m electron",
"dev:pwa": "quasar dev -m pwa",
"dev:ca-android": "quasar dev -m capacitor -T android",
"build:spa": "quasar build && yarn run zip:spa",
"build:spaembed": "cross-env SPAEMBED=true quasar build && yarn run zip:spaembed",
"build:electron": "quasar build -m electron",
"build:pwa": "quasar build -m pwa && yarn run zip:pwa",
"build:ca-android": "quasar build -m capacitor -T android",
"release": "release-it",
"release:beta": "release-it --preRelease=beta",
"git:reset": "git reset && git checkout .",
"zip:spa": "node ./scripts/zip.js SPA",
"zip:spaembed": "node ./scripts/zip.js EMBED",
"zip:pwa": "node ./scripts/zip.js PWA",
"lint": "eslint --ext .js,.vue src",
"lintfix": "eslint --fix --ext .js,.vue src",
"icon:verify": "icongenie verify",
"icon:gen-def": "icongenie generate -p ./scripts/icon-gen --skip-trim",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@ionic/pwa-elements": "^1.5.2",
"@jaames/iro": "^5.1.8",
"@quasar/extras": "^1.7.0",
"axios": "^0.19.2",
"core-js": "3.0.0",
"electron-log": "^4.1.2",
"electron-updater": "^4.3.1",
"global": "^4.4.0",
"node-ssdp": "^4.0.0",
"quasar": "^1.10.5",
"semver-parser": "^3.0.4",
"sunrise-sunset-js": "^2.1.2",
"vls": "^0.2.0",
"vue-draggable-resizable": "^2.2.0",
"vue-i18n": "^8.17.4",
"vuedraggable": "^2.23.2",
"vuex": "^3.3.0",
"vuex-persist": "^2.2.0",
"ws": "^7.2.5"
},
"devDependencies": {
"@quasar/app": "2.0.1",
"@quasar/quasar-app-extension-qscroller": "^1.0.9",
"@release-it/conventional-changelog": "^1.1.4",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"devtron": "^1.4.0",
"electron": "^8.2.5",
"electron-builder": "^22.6.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^3.0.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"gh-release": "^3.5.0",
"release-it": "^13.5.8",
"standard-version": "^7.1.0",
"webpack": "^4.43.0",
"workbox-webpack-plugin": "5.0.0",
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">= 12.16.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"standard-version": {
"types": [
{
"type": "chore",
"section": "Common"
},
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "style",
"section": "Visual"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}",
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"github": {
"release": false,
"draft": true,
"releaseName": "Hyperion Remote ${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
},
"npm": {
"publish": false
}
}
}