Files
net/package.json
James Walker 48338fa795
Some checks failed
continuous-integration/drone Build is failing
🔒️ annual upgrade
- also bumped tailwind to 4.x
- updated postcss to match
2025-11-19 11:51:40 -05:00

13 lines
285 B
JSON

{
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"cssnano": "^7.0.0",
"postcss": "^8.4.14",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.0.0",
"tailwindcss": "^4.1.17"
}
}