@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
51 lines • 1.08 kB
JSON
{
"name": "@alauda/ui",
"version": "10.0.1",
"description": "Angular UI components by Alauda Frontend Team.",
"repository": {
"type": "git",
"url": "https://github.com/alauda/ui.git"
},
"author": "Alauda Frontend",
"contributors": [
"FengTianze",
"JounQin <admin@1stG.me> (https://www.1stG.me)"
],
"license": "MIT",
"packageManager": "yarn@4.0.1",
"keywords": [
"alauda",
"angular",
"components",
"ui"
],
"peerDependencies": {
"@angular/cdk": ">=20.0.0",
"dayjs": "^1.0.0",
"rxjs": "^7.0.0"
},
"publishConfig": {
"access": "public",
"directory": "release"
},
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/alauda-ui.mjs"
},
"./theme/*": {
"sass": "./theme/_*.scss",
"style": "./theme/_*.scss",
"default": "./theme/_*.scss"
}
},
"module": "fesm2022/alauda-ui.mjs",
"typings": "index.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}