Add Mui lib

This commit is contained in:
2024-05-16 19:34:18 +04:00
parent 00483c8aa4
commit cf8bc07e69
2 changed files with 375 additions and 4 deletions
+4 -1
View File
@@ -6,6 +6,9 @@
"lint": "xo"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
@@ -22,7 +25,7 @@
"browser",
"es2020"
],
"rules": {
"rules": {
"react/function-component-definition": [
"error",
{