Files
youhavetrouble.github.io/package.json
T
2024-08-04 21:15:36 +02:00

26 lines
602 B
JSON

{
"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.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/svelte": "^5.7.0",
"astro": "^4.13.1",
"markdown-it": "^14.1.0",
"marked": "^13.0.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",
"zod": "^3.23.8"
}
}