mirror of
https://github.com/open-reception/website.git
synced 2026-08-17 21:25:43 +02:00
21 lines
445 B
JSON
21 lines
445 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.36.1",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"astro": "^5.15.2",
|
|
"sharp": "^0.34.4",
|
|
"starlight-theme-nova": "^0.9.5",
|
|
"tailwindcss": "^4.1.16"
|
|
}
|
|
}
|