feat: add PWA support for mobile installation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-10 17:11:25 +03:00
parent 5412a70f83
commit aac7b7b0af
36 changed files with 8615 additions and 1 deletions
+2
View File
@@ -30,6 +30,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
@@ -37,6 +38,7 @@
"globals": "^17.5.0",
"jsdom": "^29.1.1",
"vite": "^8.0.10",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.5"
}
}