|
|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
|
|
|
"@capacitor/android": "^8.0.0",
|
|
|
|
|
"@capacitor/barcode-scanner": "^3.0.0",
|
|
|
|
|
"@capacitor/cli": "^8.0.0",
|
|
|
|
|
"@capacitor/core": "^8.0.0",
|
|
|
|
|
"pinia": "^3.0.4",
|
|
|
|
|
@ -581,6 +582,18 @@
|
|
|
|
|
"@capacitor/core": "^8.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@capacitor/barcode-scanner": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@capacitor/barcode-scanner/-/barcode-scanner-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-UWcN+9uSk1+RxR/Sh794727QH7I47/N1NoTGcumjRjhbhAb6CHJPyxOf1LyIoBILt4PinUsLhegCmzlBDrB3lA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"html5-qrcode": "2.3.8"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@capacitor/core": ">=8.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@capacitor/cli": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@capacitor/cli/-/cli-8.0.0.tgz",
|
|
|
|
|
@ -3194,6 +3207,12 @@
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/html5-qrcode": {
|
|
|
|
|
"version": "2.3.8",
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/html5-qrcode/-/html5-qrcode-2.3.8.tgz",
|
|
|
|
|
"integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ==",
|
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/http-proxy-agent": {
|
|
|
|
|
"version": "7.0.2",
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
|
|
|
|