mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-15 21:37:43 +01:00
* Add useIconComponent, lucide-react * Add concept useIconComponent * add useIconComponents to packages * Add icon component * Add icon component * Add tests for react packages * Reset changes in icons * Add types * Add support for Icon components in Lucide Vue Next * update tests * Update tests * Enable Svelte component * Fix lucide-react-native tests * Update Solid package * update snapshots * Add docs * add docs * Update tests * Formatting * Formatting * Update package lock * Remove `useIconComponent` * Update guides * Update exports preact and solid package * Formatting * Format createIcons.ts * Add lucide lab repo link in docs
27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"name": "@lucide/build-icons",
|
|
"description": "A internal used package to build icon code files for the lucide icon library packages.",
|
|
"version": "1.0.0",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./cli.mjs"
|
|
},
|
|
"bin": {
|
|
"build-icons": "./cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimist": "^1.2.7",
|
|
"node-fetch": "^3.2.10",
|
|
"prettier": "2.7.1",
|
|
"svgo": "^3.0.0",
|
|
"svgson": "^5.2.1"
|
|
}
|
|
}
|