Move linux deps to optional
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -23,14 +23,12 @@
|
||||
"@farmmaps/common": "file:dist/common",
|
||||
"@farmmaps/common-map": "file:dist/common-map",
|
||||
"@farmmaps/common-map3d": "file:dist/common-map3d",
|
||||
"@lmdb/lmdb-linux-x64": "^3.1.0",
|
||||
"@microsoft/signalr": "^3.1.16",
|
||||
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
|
||||
"@ngrx/effects": "^18.0.2",
|
||||
"@ngrx/router-store": "^18.0.2",
|
||||
"@ngrx/store": "^18.0.2",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.21.2",
|
||||
"angular-oauth2-oidc": "^17.0.2",
|
||||
"assert": "^2.0.0",
|
||||
"bootstrap": "^5.3.3",
|
||||
@@ -58,6 +56,10 @@
|
||||
"util": "^0.12.4",
|
||||
"zone.js": "~0.14.10"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@lmdb/lmdb-linux-x64": "^3.1.0",
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "^18.0.0",
|
||||
"@angular-devkit/build-angular": "^18.2.3",
|
||||
|
Reference in New Issue
Block a user