jan/website/package.json
2025-07-31 18:52:00 +10:00

23 lines
496 B
JSON

{
"name": "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.35.1",
"astro": "^5.6.1",
"gsap": "^3.13.0",
"phosphor-astro": "^2.1.0",
"sharp": "^0.34.2",
"starlight-sidebar-topics": "^0.6.0",
"starlight-theme-rapide": "^0.5.1",
"starlight-videos": "^0.3.0"
}
}