mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:46:20 +01:00
* Add override alias import entry files lucide-react * Make it work * Setup files for packages * Revert icon changes * Remove solid support and add docs * Adjust docs * format files * Fix lucide-vue-next build * Fix builds * Fix lucide-svelte * Add vscode settings option
31 lines
647 B
JSON
31 lines
647 B
JSON
{
|
|
"name": "@lucide/build-icons",
|
|
"description": "A internal used package to build icon code files for the lucide icon library packages.",
|
|
"version": "1.1.0",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./cli.mjs"
|
|
},
|
|
"bin": {
|
|
"build-icons": "./cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@lucide/helpers": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@lucide/helpers": "^1.0.0",
|
|
"minimist": "^1.2.7",
|
|
"node-fetch": "^3.2.10",
|
|
"prettier": "2.7.1",
|
|
"svgo": "^3.0.0",
|
|
"svgson": "^5.2.1"
|
|
}
|
|
}
|