General clean up, updates, and prep for new version of launcher using Svelte.

This commit is contained in:
Scott Idem
2022-03-01 17:59:48 -05:00
parent 382e98baf1
commit cbb0dc6a82
47 changed files with 7269 additions and 8732 deletions

View File

@@ -1,17 +1,18 @@
{
"name": "onesky_native",
"version": "1.0.0",
"version": "2.0.0",
"description": "One Sky Native App",
"main": "index.js",
"scripts": {
"start": "electron . --disable-gpu",
"start": "electron .",
"start_nogpu": "electron . --disable-gpu",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"electron": "^7.1.14",
"axios": "^0.26.0",
"electron": "^17.1.0",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",