Добавлены изменения для PWA

This commit is contained in:
mi
2026-07-21 18:49:21 +03:00
parent 627371b221
commit cc0163eb94
22 changed files with 592 additions and 208 deletions
@@ -11,6 +11,8 @@
"test:watch": "vitest",
"test:e2e": "playwright test",
"build": "expo export --platform web",
"build:pwa": "expo export --platform web && workbox generateSW workbox-config.js",
"icons:pwa": "powershell -ExecutionPolicy Bypass -File ./scripts/generate-pwa-icons.ps1",
"serve": "npx serve dist"
},
"dependencies": {
@@ -44,6 +46,7 @@
"@vitejs/plugin-react": "6.0.3",
"typescript": "7.0.2",
"vite": "8.1.4",
"vitest": "4.1.10"
"vitest": "4.1.10",
"workbox-cli": "7.4.0"
}
}