init next-pwa

This commit is contained in:
2025-08-14 15:38:33 -04:00
parent 7c947e58c6
commit 92e4524268
6 changed files with 659 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
"clsx": "^2.1.1",
"lucide-react": "^0.539.0",
"next": "15.4.6",
"next-pwa": "^5.6.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1"
@@ -30,5 +31,8 @@
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"overrides": {
"@types/minimatch": "5.1.2"
}
}