* chore(deps): bump @lucide/astro from 0.575.0 to 0.577.0 in the npm group Bumps the npm group with 1 update: [@lucide/astro](https://github.com/lucide-icons/lucide/tree/HEAD/packages/astro). Updates `@lucide/astro` from 0.575.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/astro) --- updated-dependencies: - dependency-name: "@lucide/astro" dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * chore: sync @lucide/astro lockfile for PR #99 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
28 lines
526 B
JSON
28 lines
526 B
JSON
{
|
|
"name": "clawd-bot-landing",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.15",
|
|
"@lucide/astro": "^0.577.0",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"astro": "^5.17.2",
|
|
"js-yaml": "^4.1.1",
|
|
"simple-icons": "^16.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9"
|
|
}
|
|
}
|