@funidata/ngx-fudis
Version:
Funidata Design System.
46 lines • 1.07 kB
JSON
{
"name": "@funidata/ngx-fudis",
"version": "7.0.0",
"license": "CC-BY-NC-SA-4.0",
"exports": {
".": {
"sass": "./_index.scss",
"types": "./index.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": ">=19.0.0",
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/material": ">=19.0.0",
"@funidata/fudis-core": "^2.1.0"
},
"module": "fesm2022/funidata-ngx-fudis.mjs",
"typings": "index.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}