You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
360 B
12 lines
360 B
{
|
|
"scripts": {
|
|
"tailwind:build": "tailwindcss -i utils/styles.css -o static/css/styles.css --minify",
|
|
"tailwind:watch": "tailwindcss -i utils/styles.css -o static/css/styles.css --watch --minify"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
}
|
|
}
|