mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 04:19:37 +00:00
23 lines
535 B
JSON
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"
|
|
}
|
|
}
|