diff options
| author | ST-DDT <[email protected]> | 2022-02-20 19:27:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-20 19:27:59 +0100 |
| commit | 4e066e8e1a43f47450d264a9c3af8a8620f70055 (patch) | |
| tree | 60a7f0e08a61e20c6330c4afa1a5f117bdd641c1 /package.json | |
| parent | d7f4751a1a07e32d2d7af1b2480cac8efe9650a6 (diff) | |
| download | faker-4e066e8e1a43f47450d264a9c3af8a8620f70055.tar.xz faker-4e066e8e1a43f47450d264a9c3af8a8620f70055.zip | |
docs: use vue components for api-docs (#446)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a1cf0da8..fb10043b 100644 --- a/package.json +++ b/package.json @@ -89,8 +89,10 @@ ] }, "devDependencies": { + "@types/markdown-it": "~12.2.3", "@types/node": "~16.11.25", "@types/prettier": "~2.4.4", + "@types/sanitize-html": "~2.6.2", "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.12.0", "@typescript-eslint/parser": "~5.12.0", @@ -111,6 +113,7 @@ "picocolors": "~1.0.0", "prettier": "2.5.1", "rimraf": "~3.0.2", + "sanitize-html": "~2.7.0", "simple-git-hooks": "~2.7.0", "standard-version": "~9.3.2", "typedoc": "~0.22.12", |
