mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
464b0a108e
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "@example/with-nanostores",
|
|
"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.3.0",
|
|
"@nanostores/preact": "^0.5.1",
|
|
"astro": "^4.9.2",
|
|
"nanostores": "^0.10.3",
|
|
"preact": "^10.22.0"
|
|
}
|
|
}
|