summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/package.json
blob: 7ae0cf9d16ae4dea6bd6b7a1f489bc9e6e64fcc5 (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
{
  "name": "@example/framework-multiple",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/preact": "^4.0.8",
    "@astrojs/react": "^4.2.3",
    "@astrojs/solid-js": "^5.0.7",
    "@astrojs/svelte": "^7.0.9",
    "@astrojs/vue": "^5.0.9",
    "@types/react": "^18.3.20",
    "@types/react-dom": "^18.3.5",
    "astro": "^5.5.6",
    "preact": "^10.26.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "solid-js": "^1.9.5",
    "svelte": "^5.25.3",
    "vue": "^3.5.13"
  }
}