UNPKG

@hug/ngx-sidenav

Version:
47 lines 1.26 kB
{ "name": "@hug/ngx-sidenav", "version": "3.0.0", "description": "HUG Angular - sidenav component", "homepage": "https://github.com/dsi-hug/ngx-components", "license": "GPL-3.0-only", "author": "HUG - Hôpitaux Universitaires Genève", "contributors": [ "badisi (https://github.com/badisi)", "vapkse (https://github.com/vapkse)" ], "repository": { "type": "git", "url": "git+https://github.com/dsi-hug/ngx-components.git" }, "keywords": [ "angular", "material", "material design", "components" ], "sideEffects": false, "exports": { ".": { "sass": "./_sidenav-theme.scss", "types": "./index.d.ts", "default": "./fesm2022/hug-ngx-sidenav.mjs" }, "./package.json": { "default": "./package.json" } }, "peerDependencies": { "@angular/common": ">=19 <20", "@angular/core": ">=19 <20", "rxjs": ">= 7.4.0", "@hug/ngx-core": "^3.0.0" }, "dependencies": { "tslib": "^2.7.0" }, "publishConfig": { "access": "public" }, "module": "fesm2022/hug-ngx-sidenav.mjs", "typings": "index.d.ts" }