mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-20 05:21:29 +10:00
* Fix typo instances of "odic" in docs #443 * Update contributing guide link * Update starlight-links-validator to fix build errors --------- Co-authored-by: Trevor Wallis <trevor@twallis.com>
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.41.7",
|
|
"astro": "^7.1.1",
|
|
"sharp": "^0.35.3",
|
|
"starlight-image-zoom": "^0.14.2",
|
|
"starlight-links-validator": "^0.25.3",
|
|
"starlight-theme-rapide": "^0.5.2"
|
|
}
|
|
} |