mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Switch to local-build tailwindcss instead CDN
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "fail2ban-ui",
|
||||
"version": "1.0.0",
|
||||
"description": "🚀 **Fail2Ban-UI** is a Swiss-made **web-based management interface** for [Fail2Ban](https://www.fail2ban.org/). It provides an intuitive dashboard to **monitor, configure, and manage Fail2Ban** instances in real time, supporting both local and remote Fail2ban servers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/swissmakers/fail2ban-ui.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/swissmakers/fail2ban-ui/issues"
|
||||
},
|
||||
"homepage": "https://github.com/swissmakers/fail2ban-ui#readme",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user