UNPKG

cfc-ui-test

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

46 lines 1.14 kB
{ "name": "cfc-ui-test", "version": "0.0.4", "description": "Design System do Conselho Federal de Contabilidade baseado no govbr-ds", "keywords": [ "angular", "lib", "biblioteca", "ds", "gov-ds", "cfc-ui", "design system" ], "homepage": "", "license": "MIT", "author": "Conselho Federal de Contabilidade", "peerDependencies": { "@angular/animations": "^18.2.11", "@angular/cdk": "^18.2.12", "@angular/common": "^18.2.0", "@angular/core": "^18.2.0", "@angular/forms": "^18.2.11", "@angular/material": "^18.2.12", "@govbr-ds/core": "^3.6.0", "@govbr-ds/webcomponents": "^1.21.1", "@angular/flex-layout": "^15.0.0-beta.42", "dayjs": "^1.11.13" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/cfc-ui-test.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/cfc-ui-test.mjs", "esm": "./esm2022/cfc-ui-test.mjs", "default": "./fesm2022/cfc-ui-test.mjs" } } }