{
"devDependencies": {
"tailwindcss": "^3.2.4"
},
"scripts": {
"build": "npx tailwindcss -i ./src/style.css -o ./dist/css/style.css --watch"
}