diff options
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r-- | examples/framework-vue/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json new file mode 100644 index 000000000..714ab5405 --- /dev/null +++ b/examples/framework-vue/package.json @@ -0,0 +1,17 @@ +{ + "name": "@example/framework-vue", + "type": "module", + "version": "0.0.1", + "private": true, + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/vue": "^5.1.0", + "astro": "^5.9.0", + "vue": "^3.5.13" + } +} |