astro/examples/framework-preact/package.json

16 lines
265 B
JSON
Raw Normal View History

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