summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/package.json
blob: f459c4aeff2ba58401d2683e072a8dccbc27bfc7 (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
{
  "name": "@example/framework-multiple",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/preact": "^3.5.3",
    "@astrojs/react": "^3.6.2",
    "@astrojs/solid-js": "^4.4.1",
    "@astrojs/svelte": "^5.7.0",
    "@astrojs/vue": "^4.5.0",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "astro": "^4.15.4",
    "preact": "^10.23.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "solid-js": "^1.8.22",
    "svelte": "^4.2.19",
    "vue": "^3.5.3"
  }
}