mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-02-24 13:29:39 +01:00
* update deps * Remove ignoredBuiltDependencies * Fix build errors * try this * update config * add coma * Try this * Revert import change * try this * add wasm import * Load wasm * try this * Revert nitro version change * Revert nitro config change
21 lines
615 B
JSON
21 lines
615 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.27.0",
|
|
"rollup": "^4.53.3",
|
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
"rollup-plugin-license": "^3.6.0",
|
|
"rollup-plugin-summary": "^3.0.1",
|
|
"rollup-plugin-visualizer": "^6.0.5"
|
|
}
|
|
}
|