trying with the store and such

This commit is contained in:
talksik
2022-03-17 20:13:49 -04:00
parent 453121c987
commit 34fe8e0c29
21 changed files with 478 additions and 35758 deletions
+7 -1
View File
@@ -53,7 +53,10 @@
{
"html": "./src/index.html",
"js": "./src/renderer.ts",
"name": "main_window"
"name": "main_window",
"preload": {
"js": "./src/electron/preload.ts"
}
}
]
}
@@ -90,8 +93,11 @@
"typescript": "~4.5.4"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@getstation/electron-google-oauth2": "^2.1.0",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"axios": "^0.26.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.0.1",