mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Rick van Lieshout
bf260b14e0
* Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <info@rickvanlieshout.com> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi * Check if app is default protocol client before setting (#178) * Release of settings window and desktop file fixes (#169) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <info@rickvanlieshout.com> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> * Disable background throttling (#171) * disable background throttling for consistent setInterval * add disable throttle as config option * 4.3.0 * Check if app is default protocol client before setting Co-authored-by: Rick van Lieshout <info@rickvanlieshout.com> Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> Co-authored-by: Cukmekerb <cukmekerb@gmail.com> Co-authored-by: Brecht Yperman <brecht.yperman@trustbuilder.com> * docs Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> Co-authored-by: Brecht Yperman <brecht@yperman.eu> Co-authored-by: Cukmekerb <cukmekerb@gmail.com> Co-authored-by: Brecht Yperman <brecht.yperman@trustbuilder.com>
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"name": "tidal-hifi",
|
|
"version": "4.3.1",
|
|
"description": "Tidal on Electron with widevine(hifi) support",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "npm run builder -- -c ./build/electron-builder.yml",
|
|
"build-deb": "npm run builder -- -c ./build/electron-builder.deb.yml",
|
|
"build-unpacked": "npm run builder -- -c ./build/electron-builder.unpacked.yml",
|
|
"build-rpm": "npm run builder -- -c ./build/electron-builder.rpm.yml",
|
|
"build-snap": "npm run builder -- -c ./build/electron-builder.snap.yml",
|
|
"build-arch": "npm run builder -- -c ./build/electron-builder.pacman.yml",
|
|
"build-wl": "npm run builder -- -c ./build/electron-builder.yml -wl",
|
|
"build-mac": "npm run builder -- -c ./build/electron-builder.yml -m",
|
|
"build-base": "npm run builder -- -c ./build/electron-builder.base.yml",
|
|
"prestart": "npm run sass",
|
|
"prebuilder": "npm run sass",
|
|
"builder": "electron-builder --publish=never",
|
|
"sass": "sass ./src/pages/settings/settings.scss ./src/pages/settings/settings.css",
|
|
"sass-lint": "sass-lint -vc ./sass-lint.yml ./src/pages/settings/settings.scss",
|
|
"sass-lint-fix": "sass-lint-auto-fix ./src/pages/settings/settings.scss --config-sass-lint ./sass-lint.yml"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"hifi",
|
|
"widevine",
|
|
"linux"
|
|
],
|
|
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com)",
|
|
"homepage": "https://github.com/Mastermindzh/tidal-hifi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-store": "^8.1.0",
|
|
"express": "^4.18.1",
|
|
"hotkeys-js": "^3.9.4",
|
|
"mpris-service": "^2.1.2",
|
|
"request": "^2.88.2",
|
|
"sass": "^1.54.9"
|
|
},
|
|
"devDependencies": {
|
|
"@mastermindzh/prettier-config": "^1.0.0",
|
|
"electron": "git+https://github.com/castlabs/electron-releases.git#v19.0.5+wvcus",
|
|
"electron-builder": "^23.3.3",
|
|
"js-yaml": "^3.14.1",
|
|
"prettier": "^2.7.1",
|
|
"sass-lint": "^1.13.1",
|
|
"sass-lint-auto-fix": "^0.21.2"
|
|
},
|
|
"prettier": "@mastermindzh/prettier-config"
|
|
} |