mirror of
https://github.com/open-reception/website.git
synced 2026-09-26 19:34:50 +02:00
22 lines
487 B
JSON
22 lines
487 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-theme-nova": "^0.10.0",
|
|
"tailwindcss": "^4.1.18"
|
|
}
|
|
}
|