astro/examples/blog/package.json
Houston (Bot) 29e7b82b8d
[ci] release (#6720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-05 13:38:45 -04:00

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": {
"astro": "^2.2.0",
"@astrojs/mdx": "^0.18.2",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2"
}
}