summaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/vue-component/package.json
blob: 73fa51f0ab21c986e0b0e11c524dcc66e55ac371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@test/vue-component",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/vue": "workspace:*",
    "astro": "workspace:*",
    "vue": "^3.4.27"
  }
}