astro/examples/framework-react/package.json
Fred K. Schott 8cf0e65a8b Revert "Version Packages (#1011)"
This reverts commit 7f14ea6e38.
2021-08-05 13:54:23 -07: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.18.8"
},
"snowpack": {
"workspaceRoot": "../.."
}
}