Layout, Pages, Dashboard, MUI

This commit is contained in:
cracklesparkle
2024-06-20 16:59:59 +09:00
parent d53694a0b3
commit d6906503d1
27 changed files with 8076 additions and 142 deletions

View File

@ -10,13 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"-": "^0.0.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.23.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
@ -29,6 +36,7 @@
"eslint-plugin-react-refresh": "^0.4.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.20.0"
}
}