Files
open-reception.org-website/package.json
T
f65826359e Feat/docs (#2)
* Added english docs

* Added german translations

* Added community overview

* Added community overview

---------

Co-authored-by: Karl Ludwig Weise <ludwig@ludwigweise.de>
2026-03-24 20:08:47 +01:00

23 lines
529 B
JSON

{
"name": "open-reception-website",
"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.37.1",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.6",
"sharp": "^0.34.5",
"starlight-github-alerts": "^0.1.1",
"starlight-heading-badges": "^0.6.1",
"starlight-theme-nova": "^0.10.0",
"tailwindcss": "^4.1.18"
}
}