electron: made optional dependencies

This commit is contained in:
Steven Hugg 2021-10-09 21:29:06 -05:00
parent 3c148e7200
commit 5a813557b7
2 changed files with 593 additions and 616 deletions

1201
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,15 +40,11 @@
"bootstrap-tourist": "^0.2.1",
"btoa": "^1.2.x",
"command-exists": "^1.2.9",
"electron": "^9.4.0",
"electron-builder": "^22.11.7",
"electron-packager": "^15.2.0",
"esbuild": "^0.12.16",
"jsdom": "^12.2.0",
"lzg": "^1.0.x",
"mocha": "^7.2.0",
"mocha-simple-html-reporter": "^2.0.0",
"typedoc": "^0.21.0",
"typescript": "^4.3.4",
"typescript-formatter": "^7.2.2"
},
@ -56,11 +52,15 @@
"@sentry/electron": "^2.5.1",
"chokidar": "^3.5.0",
"chromedriver": "^92.0.0",
"electron": "^9.4.0",
"electron-builder": "^22.11.7",
"electron-packager": "^15.2.0",
"heapdump": "^0.3.15",
"jsfuzz": "^1.0.14",
"nightwatch": "^1.6.4",
"reflect-metadata": "^0.1.13",
"rgbquant": "^1.1.2",
"typedoc": "^0.21.0",
"update-electron-app": "^2.0.1"
},
"scripts": {