|
7 | 7 | }, |
8 | 8 | "bugs": "https://github.com/hackmdio/codimd-cli/issues", |
9 | 9 | "dependencies": { |
| 10 | + "@hackmd/api": "^1.0.1", |
10 | 11 | "@oclif/command": "^1.5.19", |
11 | 12 | "@oclif/config": "^1.13.3", |
12 | 13 | "@oclif/plugin-help": "^2.2.3", |
13 | | - "cheerio": "^1.0.0-rc.3", |
14 | 14 | "cli-ux": "^5.4.4", |
15 | | - "fetch-cookie": "^0.7.3", |
16 | 15 | "fs-extra": "^8.1.0", |
17 | 16 | "inquirer": "^6.5.2", |
18 | 17 | "lodash": "^4.17.15", |
19 | | - "node-fetch": "^2.6.0", |
20 | | - "tough-cookie": "^3.0.1", |
21 | | - "tough-cookie-filestore": "0.0.1", |
22 | 18 | "tslib": "^1.10.0" |
23 | 19 | }, |
24 | 20 | "devDependencies": { |
25 | 21 | "@oclif/dev-cli": "^1.22.2", |
26 | 22 | "@oclif/test": "^1.2.5", |
27 | 23 | "@oclif/tslint": "^3.1.1", |
28 | 24 | "@types/chai": "^4.2.7", |
29 | | - "@types/cheerio": "^0.22.15", |
30 | 25 | "@types/fs-extra": "^8.0.1", |
31 | 26 | "@types/inquirer": "^6.5.0", |
32 | 27 | "@types/mocha": "^5.2.7", |
33 | 28 | "@types/node": "^10.17.13", |
34 | | - "@types/node-fetch": "^2.5.4", |
35 | | - "@types/tough-cookie": "^2.3.6", |
36 | | - "@types/tough-cookie-filestore": "0.0.0", |
37 | 29 | "chai": "^4.2.0", |
38 | 30 | "dotenv": "^8.2.0", |
39 | 31 | "globby": "^10.0.2", |
|
0 commit comments