build: capacitor 8 dependencies, config and android sync scripts

This commit is contained in:
2026-08-20 08:31:59 +02:00
parent 4683ffee57
commit 12851a2b1c
4 changed files with 1035 additions and 3 deletions
+10
View File
@@ -15,10 +15,19 @@
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"typecheck": "vue-tsc --noEmit",
"cap:sync": "quasar build -m pwa && cap sync android",
"cap:open": "cap open android",
"postinstall": "quasar prepare --silent"
},
"dependencies": {
"@agicash/qr-scanner": "^0.1.2",
"@aparajita/capacitor-biometric-auth": "10.0.0",
"@aparajita/capacitor-secure-storage": "8.0.0",
"@capacitor/android": "8.4.1",
"@capacitor/app": "8.1.1",
"@capacitor/clipboard": "8.0.1",
"@capacitor/core": "8.4.1",
"@capacitor/share": "8.0.1",
"@fontsource/noto-sans": "^5.3.0",
"@noble/curves": "^2.3.0",
"@noble/hashes": "^2.3.0",
@@ -35,6 +44,7 @@
"vue-router": "^5.0.6"
},
"devDependencies": {
"@capacitor/cli": "8.4.1",
"@eslint/js": "^10.0.1",
"@intlify/unplugin-vue-i18n": "^11.0.0",
"@playwright/test": "^1.62.1",