summaryrefslogtreecommitdiff
path: root/examples/framework-vue/package.json
blob: dff2e066e9a81dfe1c4c0574c95bb4b176ed25fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@example/framework-vue",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "devDependencies": {
    "@astrojs/vue": "^0.5.0",
    "astro": "^1.0.0-rc.8"
  },
  "dependencies": {
    "vue": "^3.2.37"
  }
}