summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/package.json
blob: e24f45a97227849ae8cc83160edea3778805457f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@example/framework-multiple",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/lit": "^0.0.1",
    "@astrojs/preact": "^0.0.1",
    "@astrojs/react": "^0.0.1",
    "@astrojs/solid-js": "^0.0.1",
    "@astrojs/svelte": "^0.0.1",
    "@astrojs/vue": "^0.0.1",
    "astro": "^0.24.3"
  }
}