Files
jabali-panel/doccs/site/package.json
2026-02-06 02:47:44 +00:00

17 lines
427 B
JSON

{
"name": "doccs-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=jabali.lan astro dev",
"start": "__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=jabali.lan astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
}