UNPKG

bakery-ui

Version:

🥖 A delicious Angular UI component library with bakery-inspired theming and Storybook integration

56 lines • 1.3 kB
{ "name": "bakery-ui", "version": "0.1.0", "description": "🥖 A delicious Angular UI component library with bakery-inspired theming and Storybook integration", "keywords": [ "angular", "ui", "components", "library", "bakery", "theme", "storybook", "typescript", "responsive", "material-design", "tailwind" ], "author": "Vivek Raj", "license": "MIT", "homepage": "https://github.com/vivekraj-kr/bakery-ui#readme", "repository": { "type": "git", "url": "git+https://github.com/vivekraj-kr/bakery-ui.git" }, "bugs": { "url": "https://github.com/vivekraj-kr/bakery-ui/issues" }, "peerDependencies": { "@angular/animations": "^19.2.0", "@angular/cdk": "^19.2.0", "@angular/common": "^19.2.0", "@angular/core": "^19.2.0", "@angular/forms": "^19.2.0", "@angular/material": "^19.2.0" }, "dependencies": { "reflect-metadata": "^0.2.2", "tslib": "^2.8.1" }, "sideEffects": false, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "module": "fesm2022/bakery-ui.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/bakery-ui.mjs" } } }