42a6ceb587
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "@example/with-tailwindcss",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^2.1.2",
|
|
"astro": "^0.15.1"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|