Updated frontend

This commit is contained in:
2026-07-01 11:10:09 -04:00
parent ee21bdbf22
commit 5644bfa5ec
8104 changed files with 14976 additions and 386337 deletions
+33 -11
View File
@@ -9,19 +9,39 @@
}
],
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"dev": "npx nodemon --ignore public/ ./bin/www",
"test": "NODE_ENV=test jest --runInBand --forceExit --testTimeout=15000"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/tests/**/*.test.js"
],
"globalSetup": "./tests/globalSetup.js"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"bcrypt": "^5.0.0",
"ejs": "^3.1.5",
"express": "~4.16.1",
"@fortawesome/fontawesome-free": "^7.3.0",
"@popperjs/core": "^2.11.8",
"@simpleworkjs/conf": "^1.0.0",
"bcrypt": "^6.0.0",
"bootstrap": "^5.3.8",
"ejs": "^3.1.10",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"extend": "^3.0.2",
"ldapts": "^2.10.1",
"moment": "^2.29.1",
"mustache": "^4.1.0",
"redis": "^2.8.0",
"smtpc": "^0.1.2"
"jq-repeat": "^2.0.1",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.3",
"ldapts": "^8.1.2",
"lru-cache": "^11.5.1",
"marked": "^9.1.6",
"model-redis": "^0.4.0",
"moment": "^2.30.1",
"mustache": "^4.2.0",
"nodemailer": "^9.0.0",
"p2psub": "^0.2.0",
"socket.io": "^4.8.3"
},
"license": "MIT",
"repository": {
@@ -29,6 +49,8 @@
"url": "https://github.com/theta42/sso-manager-node.git"
},
"devDependencies": {
"nodemon": "^2.0.6"
"jest": "^30.4.2",
"nodemon": "^3.1.11",
"supertest": "^7.2.2"
}
}