mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
cbecd1161d
* Publish docs, update links * Fix sitemap gen * Migrate to Astro v6 * Fix server lint
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.40.0",
|
|
"astro": "^6.4.8",
|
|
"sharp": "^0.35.2",
|
|
"starlight-image-zoom": "^0.14.2",
|
|
"starlight-links-validator": "^0.24.1",
|
|
"starlight-theme-rapide": "^0.5.2"
|
|
}
|
|
} |