@pb4/ng-fluentui
Version:
Wrapper library to use Fluent UI web components within Angular
53 lines • 1.29 kB
JSON
{
"name": "@pb4/ng-fluentui",
"version": "0.0.4",
"description": "Wrapper library to use Fluent UI web components within Angular",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/p-b-4/ng-fluentui.git",
"directory": "projects/ng-fluentui"
},
"homepage": "https://github.com/p-b-4/ng-fluentui",
"bugs": {
"url": "https://github.com/p-b-4/ng-fluentui/issues"
},
"keywords": [
"angular",
"fluent-ui",
"wrapper-library",
"web-components",
"angular-wrapper",
"fluent",
"fluentui",
"fluent-ui",
"microsoft-fluent",
"angular-standalone-components",
"component-library",
"design-system",
"custom-elements",
"fluent-design",
"ui-components",
"ng"
],
"peerDependencies": {
"@angular/common": " ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": " ^18.0.0 || ^19.0.0 || ^20.0.0",
"@fluentui/web-components": "^2.6.1 <3.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/pb4-ng-fluentui.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/pb4-ng-fluentui.mjs"
}
}
}