Option to use screensaver instead of turning off screen in fully

This commit is contained in:
2021-07-11 16:18:22 +00:00
parent 180fad3ea0
commit 63812d821a
11 changed files with 610 additions and 729 deletions

View File

@@ -1,19 +1,25 @@
{
"name": "browser_mod",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"scripts": {
"build": "webpack",
"watch": "webpack --watch --mode=development",
"build": "rollup -c",
"watch": "rollup -c --watch",
"update-card-tools": "npm uninstall card-tools && npm install thomasloven/lovelace-card-tools"
},
"keywords": [],
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
"@babel/core": "^7.13.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.39.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.1.5"
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools"