- /home1: Swiss Editorial (light mode, Space Grotesk, vermilion red) - /home2: Digital Brutalism (dark, Clash Display, sharp yellow, fullscreen menu) - /home3: Warm Luxury (warm dark, Instrument Serif, gold, floating pill nav, GSAP) Each variant has unique typography, color palette, layout, and navigation. Includes lenis smooth scroll and GSAP ScrollTrigger for animations.
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "siteloft",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "^5.17.1",
|
|
"gsap": "^3.14.2",
|
|
"lenis": "^1.3.17",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@astrojs/sitemap": "^3.7.0"
|
|
}
|
|
}
|