Files
fish-config/docs/site/package.json
T

20 lines
405 B
JSON

{
"name": "site",
"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.4",
"@catppuccin/starlight": "^2.1.0",
"astro": "^7.0.2",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.25.2"
}
}