forked from federated-nexus/website
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/starlight": "^0.34.8",
|
|
"astro": "^5.18.1",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"sharp": "^0.33.5",
|
|
"starlight": "^0.3.9"
|
|
}
|
|
}
|