astro/examples/framework-preact/package.json
github-actions[bot] 5df8d68094
[ci] release (next) (#2838)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-19 10:34:59 -07:00

18 lines
352 B
JSON

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