update adding demo app,

This commit is contained in:
louiscklaw
2025-06-04 14:46:31 +08:00
parent b78709db9b
commit dff07ddcb0
82 changed files with 3552 additions and 97 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"@capacitor/android": "7.0.1",
"@capacitor/core": "^7.0.0",
"@capacitor/geolocation": "^7.1.2",
"@capacitor/ios": "7.0.1",
"@capacitor/preferences": "^7.0.0",
"@hookform/resolvers": "^4.1.3",
@@ -432,6 +433,18 @@
"tslib": "^2.1.0"
}
},
"node_modules/@capacitor/geolocation": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@capacitor/geolocation/-/geolocation-7.1.2.tgz",
"integrity": "sha512-J++OuOpn6Bjweo7SZ+jwI/dhVF9DNw6Wx0UHgQ4qfrATqmNKGNZ/BUljGhXiKJceSx2GIhfrYS7BYqo3uWibgQ==",
"license": "MIT",
"dependencies": {
"@capacitor/synapse": "^1.0.1"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0"
}
},
"node_modules/@capacitor/ios": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-7.0.1.tgz",
@@ -450,6 +463,12 @@
"@capacitor/core": ">=7.0.0"
}
},
"node_modules/@capacitor/synapse": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@capacitor/synapse/-/synapse-1.0.2.tgz",
"integrity": "sha512-ynq39s4D2rhk+aVLWKfKfMCz9SHPKijL9tq8aFL5dG7ik7/+PvBHmg9cPHbqdvFEUSMmaGzL6cIjzkOruW7vGA==",
"license": "ISC"
},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.25.4",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",