Public Access
1
0

fix: tailwind 4.0

This commit is contained in:
2025-09-03 17:27:30 -04:00
parent 5ade5e6135
commit 543a21d478
2 changed files with 630 additions and 130 deletions

751
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,17 +16,18 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@tailwindcss/postcss": "^4.1.12",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",
"autoprefixer": "^10.4.19",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.21.2", "express": "^4.21.2",
"express-rate-limit": "^8.0.1", "express-rate-limit": "^8.0.1",
"fs-extra": "^11.3.1", "fs-extra": "^11.3.1",
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"luxon": "^3.7.1", "luxon": "^3.7.1",
"tailwindcss": "^3.4.3",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"autoprefixer": "^10.4.19" "tailwindcss": "^3.4.17"
}, },
"devDependencies": { "devDependencies": {
"http-proxy-middleware": "^3.0.0", "http-proxy-middleware": "^3.0.0",