astro/examples/with-nanostores/package.json
Fred K. Bot 457e559cd5
[ci] release (#4363)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-22 15:46:46 -04:00

21 lines
430 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",
"astro": "astro"
},
"dependencies": {
"@nanostores/preact": "^0.1.3",
"nanostores": "^0.5.12",
"preact": "^10.7.3"
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
"astro": "^1.0.7"
}
}