astro/examples/framework-react/package.json
github-actions[bot] 816797e350
Version Packages (#597)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01 15:06:18 -05:00

15 lines
256 B
JSON

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