25a5b9a89a
* Revert "Update preact example to match @astrojs/preact ranges (#4840)" This reverts commitd650a1161a
. * Revert "[ci] format" This reverts commite3c78c5b16
. * Revert "Support shared signals in Preact islands (#4763)" This reverts commit5e46be5468
.
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "@example/framework-preact",
|
|
"type": "module",
|
|
"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.8",
|
|
"preact": "^10.7.3",
|
|
"@astrojs/preact": "^1.1.0"
|
|
}
|
|
}
|