mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
switch to Astro
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "youhavetrouble-website",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^2.0.0",
|
||||
"@astrojs/svelte": "^5.0.0",
|
||||
"astro": "^4.0.1",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-smartypants": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user