astro/examples/framework-react/package.json
github-actions[bot] c83d481733
Version Packages (#1228)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26 12:56:36 -04:00

16 lines
280 B
JSON

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