astro/examples/framework-vue/package.json
github-actions[bot] 5ac51bae3a
Version Packages (#1537)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-12 13:27:06 -04:00

17 lines
311 B
JSON

{
"name": "@example/framework-vue",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.11"
},
"snowpack": {
"workspaceRoot": "../.."
}
}