mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-08-24 23:01:25 -04:00
65054a7f1a
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "clawd-bot-landing",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@vercel/speed-insights": "^1.3.1",
|
|
"astro": "^5.16.13",
|
|
"lucide-astro": "^0.556.0",
|
|
"simple-icons": "^16.6.0"
|
|
}
|
|
}
|