0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/with-tailwindcss/package.json
2021-09-06 08:25:23 +00:00

29 lines
710 B
JSON

{
"name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"description": "Astro has native TailwindCSS support out-of-the-box. This template demonstrates how to use Tailwind to style your Astro project",
"keywords": [
"kitchen-sink",
"template",
"astro"
],
"repository": {
"directory": "/examples/with-tailwindcss",
"type": "github",
"url": "https://github.com/snowpackjs/astro/tree/main"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."
}
}