Showing
1 changed file
with
7 additions
and
1 deletions
1 | { | 1 | { |
2 | "dependencies": { | 2 | "dependencies": { |
3 | "axios": "^0.27.2", | 3 | "axios": "^0.27.2", |
4 | + "body-parser": "^1.20.0", | ||
4 | "cheerio": "^1.0.0-rc.11", | 5 | "cheerio": "^1.0.0-rc.11", |
5 | "crawler": "^1.3.0", | 6 | "crawler": "^1.3.0", |
6 | - "fs": "^0.0.1-security" | 7 | + "express": "^4.18.1", |
8 | + "express-session": "^1.17.3", | ||
9 | + "fs": "^0.0.1-security", | ||
10 | + "passport": "^0.6.0", | ||
11 | + "passport-local": "^1.0.0", | ||
12 | + "session-file-store": "^1.5.0" | ||
7 | } | 13 | } |
8 | } | 14 | } | ... | ... |
-
Please register or login to post a comment