mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-08-28 00:56:42 +00:00
27 lines
616 B
JSON
27 lines
616 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": "^7.0.5",
|
|
"@astrojs/rss": "^4.0.19",
|
|
"astro": "^7.2.0",
|
|
"markdown-it": "^15.0.0",
|
|
"marked": "^18.0.9",
|
|
"reading-time": "^1.5.0",
|
|
"rehype-external-links": "^3.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-smartypants": "^3.0.3",
|
|
"sanitize-html": "^2.17.6",
|
|
"sass": "^1.102.0",
|
|
"sharp": "^0.35.3",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|