summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/package.json')
-rw-r--r--examples/with-nanostores/package.json14
1 files changed, 2 insertions, 12 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 8c91ea5c7..cb68d7d73 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,21 +10,11 @@
},
"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.37"
+ "preact": "^10.7.3"
},
"devDependencies": {
- "@astrojs/preact": "^0.4.0",
- "@astrojs/react": "^0.3.0",
- "@astrojs/solid-js": "^0.3.0",
- "@astrojs/svelte": "^0.3.0",
- "@astrojs/vue": "^0.3.0",
+ "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.66"
}
}