|
@@ -16,6 +16,7 @@
|
|
|
"@capacitor/ios": "^7.2.0",
|
|
"@capacitor/ios": "^7.2.0",
|
|
|
"@capacitor/keyboard": "^7.0.1",
|
|
"@capacitor/keyboard": "^7.0.1",
|
|
|
"@capacitor/preferences": "^7.0.1",
|
|
"@capacitor/preferences": "^7.0.1",
|
|
|
|
|
+ "@capacitor/push-notifications": "^7.0.6",
|
|
|
"@capacitor/status-bar": "^7.0.1"
|
|
"@capacitor/status-bar": "^7.0.1"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -111,6 +112,15 @@
|
|
|
"@capacitor/core": ">=7.0.0"
|
|
"@capacitor/core": ">=7.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@capacitor/push-notifications": {
|
|
|
|
|
+ "version": "7.0.6",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-7.0.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-zAhbHpdbc15ImuVGgoFwUZsKI+jjGxy/oO5mgfYKUx8Xl2OskndzhL79PYsCPjyGLbqUR9NRUZJthV9auVT3nw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@capacitor/core": ">=7.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",
|