mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
e862b9a1da
Astro-based static homepage with dark luxury theme, self-hosted fonts, scroll-reveal animations, and GitHub Actions CI/CD to Pages. Sections: Nav, Hero, Dashboard Showcase, Feature Cards, Install CTA, Footer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"name": "homepage",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.0.4"
|
|
}
|
|
} |