{ "name": "astro-stefanimhoff.de", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^0.16.0", "@astrojs/svelte": "^2.0.1", "@astrojs/tailwind": "^3.0.1", "astro": "^2.0.10", "svelte": "^3.54.0", "tailwindcss": "^3.0.24" } }