Files
open-reception.org-website/package.json
T

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"
}
}