astro/examples/blog/package.json
Fred K. Bot 5fa1285239
[ci] release (#5432)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-24 22:54:52 +08:00

19 lines
385 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": "^1.6.11",
"@astrojs/mdx": "^0.12.0",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0"
}
}