summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/integrations-playground/package.json')
-rw-r--r--examples/integrations-playground/package.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
deleted file mode 100644
index b06b100de..000000000
--- a/examples/integrations-playground/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "@example/integrations-playground",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "dev": "astro dev",
- "start": "astro dev",
- "build": "astro build",
- "preview": "astro preview"
- },
- "devDependencies": {
- "@astrojs/lit": "^0.3.2",
- "@astrojs/partytown": "^0.1.9",
- "@astrojs/react": "^0.4.2",
- "@astrojs/sitemap": "^0.3.0",
- "@astrojs/solid-js": "0.4.1",
- "@astrojs/tailwind": "^0.2.5",
- "@astrojs/turbolinks": "^0.1.4",
- "astro": "^1.0.0-rc.6",
- "solid-js": "^1.4.3"
- },
- "dependencies": {
- "@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.5",
- "preact": "^10.7.3",
- "react": "^18.1.0",
- "react-dom": "^18.1.0",
- "svelte": "^3.48.0",
- "vue": "^3.2.37"
- }
-}