astro/examples/blog/package.json
2022-08-11 23:33:22 -07:00

17 lines
334 B
JSON

{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
"@astrojs/mdx": "^0.8.3",
"astro": "^1.0.3"
}
}