mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
ff92be637f
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"name": "@example/framework-react",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|