astro/examples/with-tailwindcss/package.json
github-actions[bot] 3e24341f17
[ci] release (next) (#2555)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09 13:18:10 -06:00

16 lines
330 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": {
"astro": "^0.23.0-next.4",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
}