blob: 23916a830a20c99923e20d5cd5a3596b8f519fed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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.1.3",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
}
}
|