astro/examples/blog/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
368 B
JSON
Raw Normal View History

{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
2022-08-13 08:01:49 +00:00
"@astrojs/mdx": "^0.9.0",
"@astrojs/sitemap": "^1.0.0",
"astro": "^1.0.4"
}
}