mcmqtt/docs-site/package.json
Ryan Malloy c06de02236 Add Astro/Starlight documentation site with SEO optimization
Features:
- Diátaxis documentation structure (tutorials, how-to, reference, explanation)
- Alpine.js interactive components
- Comprehensive SEO with AI discovery protocols (llms.txt, ai.txt)
- Custom styling with stats grid and hero components
- PWA manifest and social media previews

Site configured for deployment at mcmqtt.dev
2026-02-07 04:40:46 -07:00

24 lines
527 B
JSON

{
"name": "mcmqtt-docs",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/starlight": "^0.28.6",
"@astrojs/alpinejs": "^0.4.0",
"astro": "^4.15.0",
"alpinejs": "^3.14.1",
"sharp": "^0.33.0",
"typescript": "^5.6.0"
},
"devDependencies": {
"@types/alpinejs": "^3.13.0"
}
}