new front end #33

This commit is contained in:
2024-07-30 20:47:46 -04:00
parent baad9b0eec
commit fc66225cf5
37 changed files with 1317 additions and 15375 deletions
+14 -1
View File
@@ -12,17 +12,30 @@
"start": "node ./bin/www"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"acme-client": "^5.4.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"extend": "^3.0.2",
"get-root-domain": "^0.0.1",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"ldapts": "^2.12.0",
"linux-sys-user": "^1.1.8",
"redis": "^4.6.7"
"moment": "^2.29.4",
"mustache": "^4.2.0",
"redis": "^4.6.7",
"tld-extract": "^2.1.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}