6d103ddceb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "@example/with-nanostores",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@nanostores/preact": "^0.1.3",
|
|
"nanostores": "^0.5.12",
|
|
"preact": "^10.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^0.5.2",
|
|
"astro": "^1.0.0-rc.2"
|
|
}
|
|
}
|