mirror of
https://github.com/Drop-OSS/drop-docs-next.git
synced 2026-01-30 20:15:16 +01:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"name": "docs-next",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.4",
|
|
"astro": "^5.6.1",
|
|
"sharp": "^0.34.2",
|
|
"starlight-image-zoom": "^0.13.2",
|
|
"starlight-links-validator": "^0.19.2",
|
|
"starlight-theme-rapide": "^0.5.2"
|
|
}
|
|
} |