UNPKG

@funidata/ngx-fudis

Version:

Funidata Design System.

47 lines 1.12 kB
{ "name": "@funidata/ngx-fudis", "version": "10.1.1", "license": "MIT", "exports": { ".": { "sass": "./_index.scss", "types": "./types/funidata-ngx-fudis.d.ts", "default": "./fesm2022/funidata-ngx-fudis.mjs" }, "./theme": { "sass": "./src/lib/theme/fudis-theme.scss" }, "./package.json": { "default": "./package.json" } }, "repository": { "type": "git", "url": "git+https://github.com/funidata/fudis.git" }, "keywords": [ "funidata", "design-system", "component-library", "angular-components" ], "bugs": { "url": "https://github.com/funidata/fudis/issues" }, "author": "Funidata Ltd", "homepage": "https://fudis.funidata.fi/", "peerDependencies": { "@angular/cdk": ">=21.0.0", "@angular/common": ">=21.0.0", "@angular/core": ">=21.0.0", "@angular/material": ">=21.0.0", "@funidata/fudis-core": "^3.2.0" }, "module": "fesm2022/funidata-ngx-fudis.mjs", "typings": "types/funidata-ngx-fudis.d.ts", "sideEffects": false, "type": "module", "dependencies": { "tslib": "^2.3.0" } }