Files
documentation-coolify/package.json
Andras Bacsai 3af5c5b487 🌮
2024-09-04 10:15:31 +02:00

23 lines
531 B
JSON

{
"name": "coolify-new-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.26.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"starlight-image-zoom": "^0.8.0",
"starlight-links-validator": "^0.11.0",
"starlight-openapi": "^0.7.0"
}
}