mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
21 lines
616 B
JSON
21 lines
616 B
JSON
{
|
|
"name": "@lucide/rollup-plugins",
|
|
"version": "1.0.0",
|
|
"description": "A internal used package with a collection of rollup plugins used to build the Lucide icon library packages.",
|
|
"main": "plugins.js",
|
|
"module": "plugins.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-replace": "^6.0.3",
|
|
"esbuild": "^0.28.1",
|
|
"rollup": "^4.62.2",
|
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
"rollup-plugin-license": "^3.7.1",
|
|
"rollup-plugin-summary": "^3.0.1",
|
|
"rollup-plugin-visualizer": "^6.0.11"
|
|
}
|
|
}
|