mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Icons for root menu
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"fp-ts": "^2.9.5",
|
||||
"morgan": "^1.10.0",
|
||||
"node-html-parser": "^2.1.0",
|
||||
"scale-that-svg": "^1.0.5",
|
||||
"sharp": "^0.27.2",
|
||||
"soap": "^0.37.0",
|
||||
"ts-md5": "^1.2.7",
|
||||
@@ -36,6 +37,7 @@
|
||||
"@types/supertest": "^2.0.10",
|
||||
"chai": "^4.2.0",
|
||||
"get-port": "^5.1.1",
|
||||
"image-js": "^0.32.0",
|
||||
"jest": "^26.6.3",
|
||||
"nodemon": "^2.0.7",
|
||||
"supertest": "^6.1.3",
|
||||
@@ -49,6 +51,7 @@
|
||||
"clean": "rm -Rf build",
|
||||
"build": "tsc",
|
||||
"dev": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true nodemon ./src/app.ts",
|
||||
"devr": "BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true BONOB_SONOS_AUTO_REGISTER=true nodemon ./src/app.ts",
|
||||
"register-dev": "ts-node ./src/register.ts http://$(hostname):4534",
|
||||
"test": "jest --testPathIgnorePatterns=build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user