|
@@ -12,6 +12,7 @@
|
|
|
"@capacitor/device": "^7.0.1",
|
|
"@capacitor/device": "^7.0.1",
|
|
|
"@capacitor/geolocation": "^8.2.0",
|
|
"@capacitor/geolocation": "^8.2.0",
|
|
|
"@capacitor/google-maps": "^8.0.1",
|
|
"@capacitor/google-maps": "^8.0.1",
|
|
|
|
|
+ "@capacitor/push-notifications": "^8.1.1",
|
|
|
"@quasar/cli": "^2.5.0",
|
|
"@quasar/cli": "^2.5.0",
|
|
|
"@quasar/extras": "^1.17.0",
|
|
"@quasar/extras": "^1.17.0",
|
|
|
"axios": "^1.9.0",
|
|
"axios": "^1.9.0",
|
|
@@ -478,6 +479,15 @@
|
|
|
"@capacitor/core": ">=7.0.0"
|
|
"@capacitor/core": ">=7.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@capacitor/push-notifications": {
|
|
|
|
|
+ "version": "8.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-8.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-WqzjPKIbYbARMN+GC0XMAJcxJpUUzqgzS/Ny8RODLrro38pQhm3GXYwX2Mwd+LZlLY39rGImkCkrKyQSNfuikA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@capacitor/core": ">=8.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@capacitor/status-bar": {
|
|
"node_modules/@capacitor/status-bar": {
|
|
|
"version": "7.0.1",
|
|
"version": "7.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.1.tgz",
|