astro/examples/framework-solid/package.json
Fred K. Schott ff92be637f
add "astro preview" command (#1226)
* add "astro preview" command

* Update green-buttons-reflect.md

* Update cli-reference.md
2021-08-26 12:08:52 -07:00

18 lines
352 B
JSON

{
"name": "@example/framework-solid",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {
"workspaceRoot": "../.."
}
}