summaryrefslogtreecommitdiff
path: root/tools/doc/package.json
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-06-23 15:42:12 -0400
committerRich Trott <rtrott@gmail.com>2018-07-20 13:37:40 -0700
commit946686521dab15d7725af9d28f4bfd5596ba27d6 (patch)
treecc42eda0db8f46bbe014f426084bb72211dcccc8 /tools/doc/package.json
parent1ffd35310a5fa5ba0a5b0df963c70287ce004cc5 (diff)
downloadandroid-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.tar.gz
android-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.tar.bz2
android-node-v8-946686521dab15d7725af9d28f4bfd5596ba27d6.zip
tools: create HTML docs with unified/remark/rehype
PR-URL: https://github.com/nodejs/node/pull/21490 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/doc/package.json')
-rw-r--r--tools/doc/package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/doc/package.json b/tools/doc/package.json
index d33943eacd..7a8e60f443 100644
--- a/tools/doc/package.json
+++ b/tools/doc/package.json
@@ -7,7 +7,14 @@
"node": ">=6"
},
"dependencies": {
- "marked": "^0.3.5"
+ "marked": "^0.3.5",
+ "rehype-raw": "^2.0.0",
+ "rehype-stringify": "^3.0.0",
+ "remark-parse": "^5.0.0",
+ "remark-rehype": "^3.0.0",
+ "unified": "^7.0.0",
+ "unist-util-find": "^1.0.1",
+ "unist-util-visit": "^1.3.1"
},
"devDependencies": {
"js-yaml": "^3.5.2"