feat: Android APP V1 - Experimental Alpha

This commit is contained in:
2026-06-05 07:40:25 +02:00
parent bf4e6891d1
commit 9a1305f976
179 changed files with 8031 additions and 120 deletions

19
toju-app/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@metoyou/client",
"private": true,
"version": "1.0.0",
"description": "MetoYou Angular product client and Capacitor shell",
"dependencies": {
"@capacitor-community/sqlite": "^8.1.0",
"@capacitor/android": "^8.4.0",
"@capacitor/app": "^8.1.0",
"@capacitor/camera": "^8.2.0",
"@capacitor/core": "^8.4.0",
"@capacitor/device": "^8.0.2",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/ios": "^8.4.0",
"@capacitor/local-notifications": "^8.2.0",
"@capacitor/push-notifications": "^8.1.1",
"@capgo/capacitor-audio-session": "^8.0.40"
}
}