astro/examples/with-nanostores/package.json
github-actions[bot] 9ac4259d2e
chore: release (#2149)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-09 04:57:08 -08:00

21 lines
460 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.2",
"@nanostores/react": "^0.1.2",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.6"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
"astro": "^0.21.12"
}
}