acc8afbdda
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
721 B
JSON
30 lines
721 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/react": "^0.1.5",
|
|
"@nanostores/vue": "^0.4.1",
|
|
"nanostores": "^0.5.12",
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"solid-nanostores": "0.0.6",
|
|
"vue": "^3.2.36"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^0.1.3",
|
|
"@astrojs/react": "^0.1.3",
|
|
"@astrojs/solid-js": "^0.1.4",
|
|
"@astrojs/svelte": "^0.1.4",
|
|
"@astrojs/vue": "^0.1.5",
|
|
"astro": "^1.0.0-beta.45"
|
|
}
|
|
}
|