{ "name": "youhavetrouble-website", "version": "0.0.1", "scripts": { "dev": "astro dev --host", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^3.1.6", "@astrojs/rss": "^4.0.7", "@astrojs/svelte": "^5.7.0", "astro": "^4.15.6", "markdown-it": "^14.1.0", "marked": "^14.1.2", "reading-time": "^1.5.0", "rehype-external-links": "^3.0.0", "remark-gfm": "^4.0.0", "remark-smartypants": "^2.1.0", "sanitize-html": "^2.13.0", "sass": "^1.78.0", "sharp": "^0.34.4", "zod": "^3.23.8" } }