website/package.json

27 lines
No EOL
647 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.4.1",
"@astrojs/svelte": "^7.1.0",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@indiefellas/astro-adapter-nekoweb": "^1.1.0",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.1",
"svelte": "^5.33.17",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3",
"wrangler": "^4.19.1"
},
"devDependencies": {
"vite": "^6.3.5"
}
}