0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/blog/package.json

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

19 lines
364 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-05 23:36:23 -05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.1",
"@astrojs/mdx": "^0.10.2",
2022-08-14 23:26:33 -05:00
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0"
}
}