06315a1fde
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
423 B
JSON
20 lines
423 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": "^2.2.1",
|
|
"@nanostores/preact": "^0.4.1",
|
|
"astro": "^2.6.4",
|
|
"nanostores": "^0.8.1",
|
|
"preact": "^10.13.2"
|
|
}
|
|
}
|