feat: integrate PWA support with manifest, service workers, and viewport configuration

This commit is contained in:
Firman Ramdhani
2026-09-03 12:56:42 +07:00
parent aca2b325f2
commit 83a09a4c03
16 changed files with 1483 additions and 26 deletions
+3 -2
View File
@@ -4,13 +4,14 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma skills sync || exit 0"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@hookform/resolvers": "^5.9.1",
"@prisma/client": "^5.22.0",
"bcryptjs": "^3.0.3",
@@ -49,4 +50,4 @@
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}
}