10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"dependencies": {
|
|
"tailwindcss": "^3.4.6"
|
|
},
|
|
"scripts": {
|
|
"build": "tailwindcss -i src/styles/tailwind.css -o assets/styles/tailwind_output.css",
|
|
"watch": "npm run build -- --watch"
|
|
}
|
|
}
|