mirror of
https://github.com/usatiuk/door-thing.git
synced 2025-10-27 03:27:48 +01:00
a truly horrifying autoconnect
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user