{ "name": "steamwar-website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "i18n:install": "astro-i18n install", "i18n:sync": "astro-i18n sync", "i18n:extract:keys": "astro-i18n extract:keys" }, "devDependencies": { "@astrojs/prefetch": "^0.4.0", "@astrojs/svelte": "^4.0.2", "@astrojs/tailwind": "^5.0.0", "@astropub/icons": "^0.2.0", "astro-i18n": "^1.8.1", "tailwindcss": "^3.0.24", "svelte": "^4.0.0" }, "dependencies": { "astro": "^3.1.1" } }