Public Access
1
0

feat: self host font-awesome 7.0

This commit is contained in:
2025-09-04 21:22:11 -04:00
parent 5009f265b0
commit bfa52d2625
11 changed files with 44 additions and 22 deletions

View File

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