mirror of
https://github.com/xodivorce/isdowndetectordown.git
synced 2025-12-20 02:19:33 +05:30
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"scripts": {
|
|
"tcss": "npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.17",
|
|
"tailwindcss": "^4.1.17"
|
|
}
|
|
}
|