0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00
astro/examples/framework-preact/package.json

16 lines
257 B
JSON
Raw Permalink Normal View History

{
"name": "@example/framework-preact",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
2021-07-19 18:33:21 -07:00
"astro": "^0.17.3"
},
"snowpack": {
"workspaceRoot": "../.."
}
}