2025-03-31 14:20:33 +00:00
|
|
|
{
|
|
|
|
|
"name": "@lucide/astro",
|
|
|
|
|
"version": "0.470.0",
|
|
|
|
|
"author": "Moustapha Kebe",
|
2025-04-21 04:45:14 -04:00
|
|
|
"description": "A Lucide icon library package for Astro applications.",
|
2025-03-31 14:20:33 +00:00
|
|
|
"license": "ISC",
|
|
|
|
|
"homepage": "https://lucide.dev",
|
|
|
|
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/lucide-icons/lucide.git",
|
|
|
|
|
"directory": "packages/astro"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Lucide",
|
|
|
|
|
"Astro",
|
|
|
|
|
"Feather",
|
|
|
|
|
"Icons",
|
|
|
|
|
"Icon",
|
|
|
|
|
"SVG",
|
|
|
|
|
"Feather Icons",
|
|
|
|
|
"Fontawesome",
|
|
|
|
|
"Font Awesome"
|
|
|
|
|
],
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"files": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"import": "./src/lucide-astro.ts"
|
|
|
|
|
},
|
|
|
|
|
"./icons": {
|
|
|
|
|
"import": "./src/lucide-astro.ts"
|
|
|
|
|
},
|
|
|
|
|
"./icons/*": {
|
|
|
|
|
"import": "./src/icons/*.ts"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons",
|
2025-06-18 15:47:24 +02:00
|
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mts --renderUniqueKey --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts --pretty=false",
|
2025-03-31 14:20:33 +00:00
|
|
|
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.ts",
|
|
|
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
|
|
|
"test": "pnpm build:icons && vitest run",
|
|
|
|
|
"version": "pnpm version --git-tag-version=false"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/ts-plugin": "^1.10.4",
|
|
|
|
|
"@lucide/build-icons": "workspace:*",
|
|
|
|
|
"@testing-library/dom": "^10.4.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
|
|
|
"jest-serializer-html": "^7.1.0",
|
|
|
|
|
"linkedom": "^0.18.5",
|
|
|
|
|
"prettier": "^3.4.2",
|
2025-04-21 12:37:02 +02:00
|
|
|
"typescript": "^5.8.3",
|
2025-11-27 10:50:19 +01:00
|
|
|
"vite": "^6.3.6",
|
|
|
|
|
"vitest": "^4.0.12",
|
|
|
|
|
"astro": "^5.16.0"
|
2025-03-31 14:20:33 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"astro": "^4 || ^5"
|
|
|
|
|
}
|
|
|
|
|
}
|