ngx-heroicons
Version:
A modern, type-safe, and accessible Heroicons component library for Angular with inline SVGs and Tailwind support.
57 lines • 1.39 kB
JSON
{
"name": "ngx-heroicons",
"version": "1.1.3",
"schematics": "./schematics/collection.json",
"description": "A modern, type-safe, and accessible Heroicons component library for Angular with inline SVGs and Tailwind support.",
"author": {
"name": "Anastasios Theodosiou",
"email": "anastasios.theodosiou@gmail.com",
"url": "https://anastasios.theodosiou.me"
},
"license": "MIT",
"homepage": "https://github.com/atheodosiou/ngx-heroicons/tree/master/projects/ngx-heroicons",
"repository": {
"type": "git",
"url": "https://github.com/atheodosiou/ngx-heroicons.git"
},
"bugs": {
"url": "https://github.com/atheodosiou/ngx-heroicons/issues"
},
"keywords": [
"angular",
"angular-icons",
"heroicons",
"tailwind",
"svg-icons",
"icons",
"components",
"angular-library",
"ngx"
],
"types": "./index.d.ts",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"files": [
"fesm2022/",
"schematics/",
"index.d.ts",
"CHANGELOG.md"
],
"module": "fesm2022/ngx-heroicons.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-heroicons.mjs"
}
}
}