mirror of
https://github.com/open-reception/website.git
synced 2026-08-17 21:25:43 +02:00
* Added english docs * Added german translations * Added community overview * Added community overview --------- Co-authored-by: Karl Ludwig Weise <ludwig@ludwigweise.de>
23 lines
529 B
JSON
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"
|
|
}
|
|
}
|