diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 7081c4b..d25d7f3 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,12 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro check && astro build", - "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", + "@astrojs/mdx": "^4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", "@fontsource-variable/sen": "5.2.5", @@ -22,4 +21,4 @@ "devDependencies": { "sass": "^1.85.1" } -} +}
\ No newline at end of file |
