mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
build: capacitor 8 dependencies, config and android sync scripts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user