Add mui / emotion

This commit is contained in:
Matt DiMeglio 2025-05-20 12:34:41 -04:00
parent a3e799d65d
commit 7f8dfaa169
2 changed files with 731 additions and 27 deletions

754
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,10 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-router-dom": "^7.6.0" "react-router-dom": "^7.6.0"