Commit e4ddf73bf3889128cd51626ec9f392052ed5fe4a
1 parent
ccec143395
Exists in
master
dep for control-panel
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
package.json
... | ... | @@ -20,11 +20,18 @@ |
20 | 20 | "license": "ISC", |
21 | 21 | "dependencies": { |
22 | 22 | "basic-auth": "^2.0.0", |
23 | + "body-parser": "^1.18.2", | |
24 | + "express": "^4.16.2", | |
25 | + "express-session": "^1.15.6", | |
23 | 26 | "lru-cache": "^4.1.1", |
24 | 27 | "moment": "^2.19.1", |
28 | + "numeral": "^2.0.6", | |
29 | + "nunjucks": "^3.0.1", | |
25 | 30 | "request": "^2.81.0", |
26 | 31 | "simple-git": "^1.80.1", |
27 | 32 | "strftime": "^0.10.0", |
33 | + "uniqid": "^4.1.1", | |
34 | + "uuid": "^3.1.0", | |
28 | 35 | "winston": "^2.3.1", |
29 | 36 | "winston-circular-buffer": "^1.0.0", |
30 | 37 | "winston-daily-rotate-file": "^1.4.6" |