aboutsummaryrefslogtreecommitdiff
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.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
new file mode 100644
index 000000000..cb7cab954
--- /dev/null
+++ b/examples/with-nanostores/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "@example/with-nanostores",
+ "type": "module",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/preact": "^4.1.0",
+ "@nanostores/preact": "^0.5.2",
+ "astro": "^5.9.0",
+ "nanostores": "^0.11.4",
+ "preact": "^10.26.5"
+ }
+}