a truly horrifying autoconnect

This commit is contained in:
2022-04-18 21:52:31 +02:00
parent f790e5000e
commit 1fb62954aa
8 changed files with 282 additions and 42 deletions

View File

@@ -53,7 +53,10 @@
{
"html": "./src/index.html",
"js": "./src/renderer.tsx",
"name": "main_window"
"name": "main_window",
"preload": {
"js": "./src/preload.ts"
}
}
]
}
@@ -76,6 +79,7 @@
"css-loader": "^6.7.1",
"electron": "18.0.4",
"eslint": "^8.13.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"fork-ts-checker-webpack-plugin": "^6.5.1",
"node-loader": "^2.0.0",
@@ -85,6 +89,7 @@
"typescript": "~4.5.4"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
"electron-squirrel-startup": "^1.0.0",
"lowdb": "^3.0.0"
}
}