0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples/framework-preact/package.json

29 lines
642 B
JSON
Raw Normal View History

{
"name": "@example/framework-preact",
"version": "0.0.1",
"private": true,
2021-08-09 19:24:25 -05:00
"description": "A Demonstration on using Preact's ulta lightweight UI library to build your site with Astro",
2021-09-06 03:25:23 -05:00
"keywords": [
"framework",
"template",
"astro"
],
2021-08-09 19:24:25 -05:00
"repository": {
"directory": "/examples/framework-preact",
"type": "github",
"url": "https://github.com/snowpackjs/astro/tree/main"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."
}
}