got tailwind and static file server working
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"postcss-import": "^14.1.0",
|
||||
"postcss-nested": "^5.0.6",
|
||||
"postcss-simple-vars": "^6.0.3",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/line-clamp": "^0.4.4",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"cross-env": "^7.0.3",
|
||||
"daisyui": "^2.52.0",
|
||||
"tailwindcss": "^3.4.17"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tailwindcss build -o static/styles.css --minify",
|
||||
"watch": "tailwindcss build -o static/styles.css --watch",
|
||||
"which": "which tailwindcss"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user