11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build:webapp:css": "tailwindcss -i ./bot/app/web/templates/subscription_webapp.tailwind.css -o ./bot/app/web/templates/subscription_webapp.css --minify"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "4.2.4",
|
|
"tailwindcss": "4.2.4"
|
|
}
|
|
}
|