axios and material

This commit is contained in:
2023-12-22 15:42:31 +03:00
parent 571c3620d0
commit b3e72e9ebf
3 changed files with 857 additions and 43 deletions

View File

@@ -10,8 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/styled-engine-sc": "^6.0.0-alpha.9",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"styled-components": "^6.1.2"
},
"devDependencies": {
"@types/react": "^18.2.43",