summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/package.json
blob: 814beecf8da4b0a94b4fa0c62ea7aa993684315a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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.0.2-next.0",
    "@astrojs/partytown": "^0.0.2-next.0",
    "@astrojs/react": "^0.0.2-next.0",
    "@astrojs/sitemap": "^0.0.2-next.0",
    "@astrojs/tailwind": "^0.0.2-next.0",
    "@astrojs/turbolinks": "^0.0.2-next.0",
    "astro": "^0.25.0-next.3"
  },
  "dependencies": {
    "@webcomponents/template-shadowroot": "^0.1.0",
    "lit": "^2.2.1",
    "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"
  }
}