0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/framework-preact/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
394 B
JSON
Raw Normal View History

{
"name": "@example/framework-preact",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-05 21:36:23 -07:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.1",
2023-08-23 19:52:13 +08:00
"@preact/signals": "^1.2.1",
"astro": "^4.4.10",
"preact": "^10.19.2"
}
}