shawn-reuter-blog/package.json

22 lines
471 B
JSON
Raw Normal View History

2021-11-30 20:18:49 +00:00
{
"name": "astro-blog-template",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-12 17:41:07 +00:00
"preview": "astro preview",
"astro": "astro"
2021-11-30 20:18:49 +00:00
},
"dependencies": {
2023-12-06 01:15:44 +00:00
"@astrojs/mdx": "^2.0.0",
"@astrojs/svelte": "^5.0.0",
"astro": "^4.0.1",
"reading-time": "^1.5.0",
2023-12-06 01:15:44 +00:00
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^2.0.0"
2021-11-30 20:18:49 +00:00
}
}