summaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/vue-component/package.json
blob: a9a47cf603a4f66f2636073dc253d6d42404f6f4 (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.5.3"
  }
}