Skip to content

Commit fe2ef23

Browse files
authored
client の不要な依存関係を削除 (#66)
* uninstall unnecessary deps * update deps
1 parent c877cad commit fe2ef23

File tree

2 files changed

+25
-770
lines changed

2 files changed

+25
-770
lines changed

client/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@
1313
},
1414
"dependencies": {
1515
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
16-
"@emotion/react": "^11.14.0",
17-
"@emotion/styled": "^11.14.0",
1816
"@fullcalendar/core": "^6.1.15",
1917
"@fullcalendar/interaction": "^6.1.15",
2018
"@fullcalendar/react": "^6.1.15",
2119
"@fullcalendar/timegrid": "^6.1.15",
2220
"@hookform/resolvers": "^4.1.3",
23-
"@mui/material": "^6.4.7",
2421
"@tailwindcss/vite": "^4.0.13",
2522
"dayjs": "^1.11.13",
2623
"react": "^19.0.0",
@@ -38,7 +35,6 @@
3835
"@types/react-dom": "^19.0.4",
3936
"@vitejs/plugin-react": "^4.3.4",
4037
"daisyui": "^5.0.3",
41-
"globals": "^15.15.0",
4238
"hono": "^4.9.6",
4339
"typescript": "~5.7.2",
4440
"vite": "^6.3.5"

0 commit comments

Comments
 (0)