{
"name": "dockit-astro",
"version": "0.0.2",
"description": "DocKit Astro is a simple, modern documentation theme built using Astro and Tailwind CSS",
"author": "Themefisher",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "^0.38.2",
"@astrojs/starlight-tailwind": "^5.0.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.2",
"astro-embed": "^0.12.0",
"astro-font": "^1.1.0",
"astro-mermaid": "^2.0.1",
"marked": "^17.0.5",
"sharp": "^0.34.5",
"vite": "^8.0.5"
},
"devDependencies": {
"astro-vtbot": "^2.1.12",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
}
}