astro/examples/with-nanostores/package.json
github-actions[bot] 6ead80db47
[ci] release (next) (#2734)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-09 19:01:26 -06:00

30 lines
761 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.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.7",
"solid-nanostores": "0.0.6",
"preact": "^10.6.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vue": "^3.2.0"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-vue": "^0.4.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-solid": "^0.4.0",
"@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.1"
}
}