mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-16 23:43:10 +00:00
Sets up Tailwind v4 via @tailwindcss/vite, adds the full brand palette (teal, navy, ice, mint, amber, coral) as custom theme tokens, and builds a complete homepage with hero, feature grid, code examples, verification section, multi-model section, observability, "Why Arc", and CTAs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
484 B
JSON
23 lines
484 B
JSON
{
|
|
"name": "marketing",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.2.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "^5.9.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|