Dependencies
This project relies on a modern stack centered around Astro and React (for some interactive islands).
Core Dependencies
Section titled “Core Dependencies”| Package | Version | Purpose |
|---|---|---|
astro | ^5.0.0 | Core static site generator framework. |
@astrojs/starlight | ^0.30.0 | Documentation theme and framework. |
tailwindcss | ^3.4.0 | Utility-first CSS framework. |
typescript | ^5.0.0 | Static type checking. |
Integrations
Section titled “Integrations”| Package | Purpose |
|---|---|
@astrojs/react | Enables React components within Astro. |
@astrojs/sitemap | Generates XML sitemap for SEO. |
astro-icon | Icon management and SVG optimization. |
sharp | High-performance image processing. |
Dev Dependencies
Section titled “Dev Dependencies”- Prettier: Code formatting.
- ESLint: Code linting.
- Husky: Git hooks (optional).