{ "name": "mcltspice-docs", "type": "module", "private": true, "scripts": { "postinstall": "node patches/fix-starlight-head.mjs", "dev": "astro dev --host 0.0.0.0", "build": "astro build", "preview": "astro preview --host 0.0.0.0" }, "dependencies": { "astro": "^5.17.2", "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.1.0", "tailwindcss": "^4.1.0", "@lucide/astro": "^0.563.0", "sharp": "^0.33.0" } }