mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:36:20 +01:00
* build(deps-dev): bump vite from 6.3.2 to 6.3.4 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.2 to 6.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update vitest as well --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "@lucide/astro",
|
|
"version": "0.470.0",
|
|
"author": "Moustapha Kebe",
|
|
"description": "A Lucide icon library package for Astro applications.",
|
|
"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",
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts --pretty=false",
|
|
"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",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^4 || ^5"
|
|
}
|
|
}
|