@dishamahajan36/ui-components
Version:
A collection of reusable Angular UI components built with Spartan UI and Tailwind CSS.
40 lines • 974 B
JSON
{
"name": "@dishamahajan36/ui-components",
"version": "0.0.6",
"description": "A collection of reusable Angular UI components built with Spartan UI and Tailwind CSS.",
"author": "Disha Mahajan",
"license": "MIT",
"keywords": [
"angular",
"library",
"ui",
"components",
"spartan",
"tailwind",
"angular-19"
],
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/cdk": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0",
"@spartan-ng/brain": "^0.0.1-alpha.467",
"class-variance-authority": "^0.7.1",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.0.0"
},
"sideEffects": false,
"module": "fesm2022/dishamahajan36-ui-components.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/dishamahajan36-ui-components.mjs"
}
}
}