mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
27 lines
625 B
JSON
27 lines
625 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.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",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|