add support for armv6l using serveronlymode, make serveronly config option, electron install optional

This commit is contained in:
Sam Detweiler
2019-10-24 09:20:33 -05:00
parent 937080b011
commit e958f33450
3 changed files with 63 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
"start": "sh run-start.sh",
"start": "./run-start.sh",
"install": "cd vendor && npm install",
"install-fonts": "cd fonts && npm install",
"postinstall": "sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts",
@@ -55,9 +55,11 @@
"stylelint-config-standard": "latest",
"time-grunt": "latest"
},
"optionalDependencies": {
"electron": "^3.0.13"
},
"dependencies": {
"colors": "^1.1.2",
"electron": "^3.0.13",
"express": "^4.16.2",
"express-ipfilter": "^1.0.1",
"feedme": "latest",