glauth-ui/package.json
Kai Waggeling d756a192e4 continued
implemented HTMX
implemented ORM (sequelize)
2025-11-29 21:56:21 +01:00

24 lines
527 B
JSON

{
"name": "formassist",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1",
"express-file-routing": "^3.0.3",
"express-session": "^1.18.1",
"ldapjs-client": "^0.1.2",
"mysql2": "^3.12.0",
"nunjucks": "^3.2.4",
"otpauth": "^9.3.6",
"qrcode": "^1.5.4",
"sequelize": "^6.37.7",
"yaml": "^2.6.1"
}
}