|
@@ -25,6 +25,7 @@
|
|
|
"@capacitor/keyboard": "6.0.1",
|
|
|
"@capacitor/status-bar": "6.0.0",
|
|
|
"@ionic/angular": "^8.0.0",
|
|
|
+ "@ionic/storage-angular": "^4.0.0",
|
|
|
"ionicons": "^7.0.0",
|
|
|
"node-nlp": "^4.27.0",
|
|
|
"parse": "^5.3.0",
|
|
@@ -3561,6 +3562,29 @@
|
|
|
"tslib": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@ionic/storage": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ionic/storage/-/storage-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3N21P19Xk6cICLnSXZ3ilRqbSXAGSFeIF3HNqz+1kARcm0UFT/vwmZreaXtFyq437vvEWOfJ2enlj3JHLKS0FA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "localforage": "^1.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/storage-angular": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ionic/storage-angular/-/storage-angular-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-FeSmCMCm1bMRfu5TFSqLtjdfEo/dLLUhLIrPmbhSYomVZdV/dNn4mBZv9SabyxSqn4bF31hw40y+4buhG+durQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@ionic/storage": "^4.0.0",
|
|
|
+ "tslib": "^2.3.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@angular/core": "*",
|
|
|
+ "rxjs": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@ionic/utils-array": {
|
|
|
"version": "2.1.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@ionic/utils-array/-/utils-array-2.1.5.tgz",
|
|
@@ -10975,6 +10999,12 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/immediate": {
|
|
|
+ "version": "3.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
|
|
|
+ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/immutable": {
|
|
|
"version": "4.3.6",
|
|
|
"resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.6.tgz",
|
|
@@ -12536,6 +12566,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/lie": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lie/-/lie-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "immediate": "~3.0.5"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/lines-and-columns": {
|
|
|
"version": "2.0.4",
|
|
|
"resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-2.0.4.tgz",
|
|
@@ -12588,6 +12627,15 @@
|
|
|
"node": ">= 12.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/localforage": {
|
|
|
+ "version": "1.10.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/localforage/-/localforage-1.10.0.tgz",
|
|
|
+ "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "lie": "3.1.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/locate-path": {
|
|
|
"version": "6.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
|