trying with the store and such
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user