mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
218267c0b3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"name": "@example/framework-preact",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^4.0.0-beta.1",
|
|
"@preact/signals": "^1.3.0",
|
|
"astro": "^5.0.0-beta.12",
|
|
"preact": "^10.24.3"
|
|
}
|
|
}
|