dc7ab8af65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "@example/blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^0.19.7",
|
|
"@astrojs/rss": "^2.4.3",
|
|
"@astrojs/sitemap": "^1.4.0",
|
|
"astro": "^2.8.3"
|
|
}
|
|
}
|