mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-19 23:05:18 +05:30
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"scripts": {
|
|
"build": "NODE_ENV=production npx tailwindcss -i ./tailwind.css -o static/main.css --minify",
|
|
"watch": "npx tailwindcss -i ./tailwind.css -o static/main.css --watch"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.7",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"tailwindcss": "^4.1.7"
|
|
}
|
|
}
|