5e46be5468
* Support signals in Preact islands * Add a changeset * Only add signals if we need them * Refactor signal logic into its own module * Keep track of the signals used
19 lines
391 B
JSON
19 lines
391 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",
|
|
"@preact/signals": "1.0.3"
|
|
}
|
|
}
|