|
@@ -22,8 +22,11 @@
|
|
|
"@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",
|
|
|
+ "parse": "^5.2.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
+ "swiper": "^11.1.4",
|
|
|
"tslib": "^2.3.0",
|
|
|
"zone.js": "~0.14.2"
|
|
|
},
|
|
@@ -2522,6 +2525,18 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/runtime-corejs3": {
|
|
|
+ "version": "7.24.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz",
|
|
|
+ "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==",
|
|
|
+ "dependencies": {
|
|
|
+ "core-js-pure": "^3.30.2",
|
|
|
+ "regenerator-runtime": "^0.14.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/template": {
|
|
|
"version": "7.24.7",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.24.7.tgz",
|
|
@@ -3520,6 +3535,27 @@
|
|
|
"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==",
|
|
|
+ "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==",
|
|
|
+ "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",
|
|
@@ -7369,6 +7405,16 @@
|
|
|
"url": "https://opencollective.com/core-js"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/core-js-pure": {
|
|
|
+ "version": "3.37.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.37.1.tgz",
|
|
|
+ "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/core-util-is": {
|
|
|
"version": "1.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
@@ -7513,6 +7559,12 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/crypto-js": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
"node_modules/css-loader": {
|
|
|
"version": "7.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-7.1.1.tgz",
|
|
@@ -10091,6 +10143,11 @@
|
|
|
"postcss": "^8.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/idb-keyval": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/idb-keyval/-/idb-keyval-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg=="
|
|
|
+ },
|
|
|
"node_modules/ieee754": {
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
|
|
@@ -10145,6 +10202,11 @@
|
|
|
"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=="
|
|
|
+ },
|
|
|
"node_modules/immutable": {
|
|
|
"version": "4.3.6",
|
|
|
"resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.6.tgz",
|
|
@@ -11688,6 +11750,14 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/lie": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lie/-/lie-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
|
|
|
+ "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",
|
|
@@ -11740,6 +11810,14 @@
|
|
|
"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==",
|
|
|
+ "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",
|
|
@@ -13382,6 +13460,25 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/parse": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parse/-/parse-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime-corejs3": "7.24.6",
|
|
|
+ "idb-keyval": "6.2.1",
|
|
|
+ "react-native-crypto-js": "1.0.0",
|
|
|
+ "uuid": "10.0.0",
|
|
|
+ "ws": "8.17.1",
|
|
|
+ "xmlhttprequest": "1.8.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18 <21"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "crypto-js": "4.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/parse-imports": {
|
|
|
"version": "2.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/parse-imports/-/parse-imports-2.1.1.tgz",
|
|
@@ -13434,6 +13531,18 @@
|
|
|
"node": ">= 0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/parse/node_modules/uuid": {
|
|
|
+ "version": "10.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz",
|
|
|
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
|
+ "funding": [
|
|
|
+ "https://github.com/sponsors/broofa",
|
|
|
+ "https://github.com/sponsors/ctavan"
|
|
|
+ ],
|
|
|
+ "bin": {
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/parse5": {
|
|
|
"version": "7.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.1.2.tgz",
|
|
@@ -14075,6 +14184,11 @@
|
|
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/react-native-crypto-js": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-native-crypto-js/-/react-native-crypto-js-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-FNbLuG/HAdapQoybeZSoes1PWdOj0w242gb+e1R0hicf3Gyj/Mf8M9NaED2AnXVOX01b2FXomwUiw1xP1K+8sA=="
|
|
|
+ },
|
|
|
"node_modules/readable-stream": {
|
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
@@ -14140,8 +14254,7 @@
|
|
|
"node_modules/regenerator-runtime": {
|
|
|
"version": "0.14.1",
|
|
|
"resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
|
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
|
|
|
},
|
|
|
"node_modules/regenerator-transform": {
|
|
|
"version": "0.15.2",
|
|
@@ -15482,6 +15595,24 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/swiper": {
|
|
|
+ "version": "11.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/swiper/-/swiper-11.1.4.tgz",
|
|
|
+ "integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/swiperjs"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "open_collective",
|
|
|
+ "url": "http://opencollective.com/swiper"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 4.7.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/symbol-observable": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/symbol-observable/-/symbol-observable-4.0.0.tgz",
|
|
@@ -17326,7 +17457,6 @@
|
|
|
"version": "8.17.1",
|
|
|
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.17.1.tgz",
|
|
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
|
- "dev": true,
|
|
|
"engines": {
|
|
|
"node": ">=10.0.0"
|
|
|
},
|
|
@@ -17374,6 +17504,14 @@
|
|
|
"node": ">=8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/xmlhttprequest": {
|
|
|
+ "version": "1.8.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
|
|
|
+ "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/y18n": {
|
|
|
"version": "5.0.8",
|
|
|
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|