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