UNPKG

@bimplus/navigation

Version:

bimplus angular components library for navigation

54 lines 1.15 kB
{ "name": "@bimplus/navigation", "version": "0.0.235", "license": "MIT", "author": "", "description": "bimplus angular components library for navigation", "keywords": [ "Allplan", "Bimplus", "ngx", "ng", "angular", "library", "components", "javascript", "typescript" ], "repository": { "type": "git", "url": "." }, "peerDependencies": { "@angular/cdk": "20.2.14", "@angular/common": "20.3.27", "@angular/core": "20.3.27", "@ngx-translate/core": "^16.0.3", "@ngx-translate/http-loader": "^16.0.0" }, "dependencies": { "@angular/material-moment-adapter": "20.2.14", "moment": "^2.30.1", "simplebar": "^6.3.3", "tslib": "^2.8.1", "validator": "^13.15.26" }, "overrides": { "simplebar": { "lodash": "4.18.1", "lodash-es": "4.18.1" } }, "sideEffects": false, "module": "fesm2022/bimplus-navigation.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/bimplus-navigation.mjs" } } }