Follows the warehack.ing cookie-cutter pattern (Caddy + multi-stage Docker). 34 content pages covering Getting Started, 7 Guides, 16 Tool Reference pages, MCP Prompts, Data Models, Changelog, and Development docs. Steel blue + amber theme with Pagefind search and Mermaid diagram support.
23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"name": "mcilspy-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.3.1",
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"astro": "^5.7.10",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-mermaid": "^1.3.1",
|
|
"mermaid": "^11.12.3",
|
|
"sharp": "^0.33.0",
|
|
"tailwindcss": "^4.1.3"
|
|
}
|
|
}
|