astro/examples/with-preact/package.json
Austin Crim 3c26035f53
Split out specific framework examples (#559)
* rename kitchen sink, pull out react example

* split out the rest of the examples

* align versions

Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-06-28 07:02:59 -05:00

15 lines
260 B
JSON

{
"name": "@astrojs/with-preact-example",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.15.0"
},
"snowpack": {
"workspaceRoot": "../.."
}
}