astro/examples/blog/package.json
github-actions[bot] c78d7a46c9
[ci] release (next) (#2860)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-24 17:37:49 -05:00

18 lines
347 B
JSON

{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.3",
"@astrojs/preact": "^0.0.2-next.1"
},
"dependencies": {
"preact": "^10.6.6"
}
}