website/package.json
2025-05-03 19:40:05 +01:00

27 lines
No EOL
648 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",
"@indiefellas/astro-adapter-nekoweb": "^1.1.0",
"@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"
},
"devDependencies": {
"vite": "^6.3.4"
}
}