adding mui basic

This commit is contained in:
talksik
2022-05-27 21:11:43 -05:00
parent 7e40949fc8
commit 50e006b2d2
4 changed files with 344 additions and 8 deletions
+5 -1
View File
@@ -45,7 +45,8 @@
"plugins": [
[
"@electron-forge/plugin-webpack",
{
{
"devContentSecurityPolicy":"default-src * self blob: data: gap:; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-eval' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:;",
"mainConfig": "./webpack.main.config.js",
"renderer": {
"config": "./webpack.renderer.config.js",
@@ -88,6 +89,9 @@
"typescript": "~4.5.4"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.1",
"electron-squirrel-startup": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"