Moved jq-repeat to use NPM package

This commit is contained in:
2025-12-31 16:01:34 -05:00
parent 3a31083871
commit 5dd07edf1a
6 changed files with 830 additions and 934 deletions
+3 -1
View File
@@ -9,7 +9,8 @@
}
],
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"dev": "npx nodemon --ignore public/ ./bin/www"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
@@ -21,6 +22,7 @@
"ejs": "^3.1.10",
"express": "^4.19.2",
"extend": "^3.0.2",
"jq-repeat": "^2.0.0",
"jquery": "^3.7.1",
"ldapts": "^2.12.0",
"linux-sys-user": "^1.1.8",