Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -11,15 +11,18 @@ | ... | @@ -11,15 +11,18 @@ |
| 11 | "crypto-js": "^4.0.0", | 11 | "crypto-js": "^4.0.0", |
| 12 | "debug": "~2.6.9", | 12 | "debug": "~2.6.9", |
| 13 | "ejs": "^3.1.3", | 13 | "ejs": "^3.1.3", |
| 14 | + "excel4node": "^1.7.2", | ||
| 14 | "express": "~4.16.1", | 15 | "express": "~4.16.1", |
| 15 | "express-session": "^1.17.1", | 16 | "express-session": "^1.17.1", |
| 16 | "formidable": "^1.2.2", | 17 | "formidable": "^1.2.2", |
| 17 | "http-errors": "~1.6.3", | 18 | "http-errors": "~1.6.3", |
| 18 | "moment": "^2.26.0", | 19 | "moment": "^2.26.0", |
| 19 | "morgan": "~1.9.1", | 20 | "morgan": "~1.9.1", |
| 21 | + "multer": "^1.4.2", | ||
| 20 | "mysql": "^2.18.1", | 22 | "mysql": "^2.18.1", |
| 21 | "passport": "^0.4.1", | 23 | "passport": "^0.4.1", |
| 22 | "pug": "^3.0.0", | 24 | "pug": "^3.0.0", |
| 23 | - "request": "^2.88.2" | 25 | + "request": "^2.88.2", |
| 26 | + "xlsx": "^0.16.2" | ||
| 24 | } | 27 | } |
| 25 | } | 28 | } | ... | ... |
-
Please register or login to post a comment