astro/examples/framework-preact/package.json
Matthew Phillips 36645926cf Shared signals
2022-09-12 08:55:58 -04:00

18 lines
377 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",
"astro": "astro"
},
"dependencies": {
"astro": "^1.2.1",
"preact": "^10.10.6",
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.0.3"
}
}