aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/test/fixtures/with-vue/package.json
blob: 74451144ccaf5b338eb31f8b40d23272b0e973f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@test/astro-cloudflare-with-vue",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/cloudflare": "workspace:*",
    "@astrojs/vue": "^5.0.13",
    "astro": "workspace:*",
    "vue": "^3.5.13"
  }
}