@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
43 lines • 932 B
JSON
{
"name": "@alauda/ui",
"version": "9.0.0",
"description": "Angular UI components by Alauda Frontend Team.",
"repository": "git+https://github.com/alauda/alauda-ui.git",
"author": "Alauda Frontend",
"contributors": [
"FengTianze",
"JounQin <admin@1stG.me> (https://www.1stG.me)"
],
"license": "MIT",
"packageManager": "yarn@1.22.21",
"keywords": [
"alauda",
"angular",
"components",
"ui"
],
"peerDependencies": {
"@angular/cdk": ">=19.0.0",
"dayjs": "^1.0.0",
"rxjs": "^7.0.0"
},
"publishConfig": {
"access": "public",
"directory": "release"
},
"module": "fesm2022/alauda-ui.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/alauda-ui.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}