Files
documentation-coolify/package.json
2024-10-30 13:42:45 +01:00

23 lines
535 B
JSON

{
"name": "coolify-new-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "npx astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.28.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"astro": "^4.16.7",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.8.0",
"starlight-links-validator": "^0.12.3",
"starlight-openapi": "^0.8.1"
}
}