0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/blog-multiple-authors/package.json

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

20 lines
377 B
JSON
Raw Normal View History

2021-06-28 17:29:16 -05:00
{
"name": "@example/blog-multiple-authors",
"version": "0.0.1",
2021-06-28 17:29:16 -05:00
"private": true,
"scripts": {
"dev": "astro dev",
2021-06-28 17:29:16 -05:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-06-28 17:29:16 -05:00
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.2",
"sass": "^1.52.2"
},
"dependencies": {
"preact": "^10.7.3"
2021-06-28 17:29:16 -05:00
}
}