astro/examples/framework-preact/package.json
2023-08-23 19:52:13 +08:00

19 lines
403 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": {
"@astrojs/preact": "^3.0.0-rc.2",
"@preact/signals": "^1.2.1",
"astro": "^3.0.0-rc.5",
"preact": "^10.17.1"
}
}