This commit is contained in:
zino
2021-03-16 00:33:40 +01:00
parent 3190075057
commit 99c765bde0
6 changed files with 395 additions and 37 deletions

View File

@@ -8,6 +8,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@panzoom/panzoom": "^4.3.2",
"axios": "^0.21.1",
"xml2js": "^0.4.23"
},
@@ -23,6 +24,11 @@
"uglify-js": "^3.13.0"
}
},
"node_modules/@panzoom/panzoom": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@panzoom/panzoom/-/panzoom-4.3.2.tgz",
"integrity": "sha512-6D4UDsYXowzMJ/1XSbylRj9BGhCR7mQQ5m/s6MiKx11ThLcEiU4kgq59vhS8+RnOGA789FcdmGvK1/hIxyRD+w=="
},
"node_modules/@types/axios": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",
@@ -2065,6 +2071,11 @@
}
},
"dependencies": {
"@panzoom/panzoom": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@panzoom/panzoom/-/panzoom-4.3.2.tgz",
"integrity": "sha512-6D4UDsYXowzMJ/1XSbylRj9BGhCR7mQQ5m/s6MiKx11ThLcEiU4kgq59vhS8+RnOGA789FcdmGvK1/hIxyRD+w=="
},
"@types/axios": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",