Network sorting changes
* bugfixed network sortings. * centralized bounds and center calculation for network sorting.
Showing
... | ... | @@ -17,7 +17,6 @@ |
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"bootstrap": "^4.5.0", | ||
"bread-compressor-cli": "^1.1.0", | ||
"cross-env": "^6.0.3", | ||
"jquery": "^3.5.0", | ||
"laravel-mix": "^5.0.4", | ||
... | ... | @@ -31,6 +30,7 @@ |
"dependencies": { | ||
"@babel/runtime": "^7.9.6", | ||
"@mdi/font": "^4.9.95", | ||
"body-scroll-lock": "^3.0.3", | ||
"buefy": "^0.8.19", | ||
"child_process": "^1.0.2", | ||
"core-js": "^3.6.5", | ||
... | ... |