summaryrefslogtreecommitdiff
path: root/examples/framework-vue/package.json
blob: 64d6f0b3664d588699f8228adc00e5f7cec5dd2b (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": "^1.0.0",
    "astro": "^1.0.1"
  },
  "dependencies": {
    "vue": "^3.2.37"
  }
}