diff options
author | 2022-03-18 21:03:21 -0500 | |
---|---|---|
committer | 2022-03-18 19:03:21 -0700 | |
commit | f6d199fa8b95095c59a82f3f6319736b303bb946 (patch) | |
tree | d61c6ac118bbd9a7f4d567c6df21b6ba3849f5ba /examples/framework-multiple | |
parent | 77ebab8bb27d67bc45a5af160d6b545521897802 (diff) | |
download | astro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.gz astro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.zst astro-f6d199fa8b95095c59a82f3f6319736b303bb946.zip |
chore: cleanup example dependencies (#2837)
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 10 |
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" } } |