2e1bded735
* Get Tailwind HMR working * PR feedback * perf: improve HMR `head` performance Co-authored-by: Nate Moore <nate@skypack.dev>
16 lines
331 B
JSON
16 lines
331 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.21.0-next.1",
|
|
"autoprefixer": "^10.4.0",
|
|
"tailwindcss": "^2.2.19"
|
|
}
|
|
}
|