grouped dependencies for simpler review...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-30 00:32:26 +03:00
parent 71cb6fc9e7
commit 14efd4204b

View File

@ -18,33 +18,35 @@
"show": false "show": false
}, },
"dependencies": { "dependencies": {
"app-module-path": "*", "object-run": "*",
"async-json": "0.0.2", "ig-object": "*",
"cli-progress": "^3.9.0", "ig-types": "*",
"colors": "^1.4.0", "ig-actions": "*",
"ig-features": "*",
"ig-argv": "*",
"ig-doc": "*",
"guarantee-events": "*",
"generic-walk": "*",
"requirejs": "*",
"requirejs-plugins": "*",
"fs-extra": "*",
"glob": "*",
"wildglob": "*",
"electron": "*", "electron": "*",
"sharp": "*",
"sharp-phash": "^2.0.0",
"exif-reader": "^1.0.3", "exif-reader": "^1.0.3",
"exifreader": "*", "exifreader": "*",
"exiftool": "^0.0.3", "exiftool": "^0.0.3",
"fs-extra": "*", "cli-progress": "^3.9.0",
"fs-walk": "*", "colors": "^1.4.0",
"generic-walk": "*",
"glob": "*",
"guarantee-events": "*",
"ig-actions": "*",
"ig-argv": "*",
"ig-doc": "*",
"ig-features": "*",
"ig-object": "*",
"ig-types": "*",
"json5": "^2.2.0",
"object-run": "*",
"requirejs": "*",
"requirejs-plugins": "*",
"sharp": "*",
"sharp-phash": "^2.0.0",
"v8-compile-cache": "^2.2.0", "v8-compile-cache": "^2.2.0",
"wildglob": "*" "app-module-path": "*",
"fs-walk": "*",
"async-json": "0.0.2",
"json5": "^2.2.0"
}, },
"-dependencies": { "-dependencies": {
"openseadragon": "^2.4.1", "openseadragon": "^2.4.1",