summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r--examples/framework-multiple/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index f5e1a3713..fb1c0b4c0 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -16,5 +16,15 @@
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0"
+ },
+ "dependencies": {
+ "@webcomponents/template-shadowroot": "^0.1.0",
+ "lit": "^2.1.3",
+ "preact": "^10.6.6",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "solid-js": "^1.3.13",
+ "svelte": "^3.46.4",
+ "vue": "^3.2.31"
}
}