astro/examples/framework-preact/package.json

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

19 lines
377 B
JSON
Raw Normal View History

{
"name": "@example/framework-preact",
"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"
},
"dependencies": {
"astro": "^1.2.1",
2022-09-12 12:55:58 +00:00
"preact": "^10.10.6",
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.0.3"
}
}