ff92be637f
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "@example/with-tailwindcss",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^2.1.2",
|
|
"astro": "^0.20.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|