9 lines
171 B
JSON
9 lines
171 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"tailwind": "npx tailwindcss --input ./css/input.css --output ./css/output.css --watch"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tailwindcss": "^3.4.1"
|
||
|
}
|
||
|
}
|