feat: google calendar integration, calendar tab, redesign home/devices tabs
Some checks failed
Deploy to VM / deploy (push) Failing after 1s

This commit is contained in:
Cosmo
2026-04-22 12:44:15 +00:00
parent b7facc25b8
commit 38a64ff9c8
6 changed files with 2837 additions and 142 deletions

View File

@@ -9,12 +9,13 @@
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.1.7",
"googleapis": "^171.4.0",
"lucide-react": "^0.376.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"framer-motion": "^11.1.7",
"lucide-react": "^0.376.0",
"clsx": "^2.1.1"
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",