website/package.json
2025-05-03 18:11:20 +01:00

23 lines
No EOL
547 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.3.1",
"@astrojs/svelte": "^7.0.13",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.10",
"svelte": "^5.28.2",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3",
"wrangler": "^4.14.1"
}
}