aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1ab002f..7199794 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"start": "node app.js"
},
"dependencies": {
- "unist-util-visit": "^1.1.3",
- "md-attr-parser": "^1.0.0"
+ "md-attr-parser": "^1.0.0",
+ "unist-util-visit": "^1.1.3"
},
"author": "ache",
"license": "MIT",
@@ -21,6 +21,8 @@
],
"devDependencies": {
"ava": "^0.25.0",
+ "dom5": "^3.0.0",
+ "parse5": "^4.0.0",
"rehype-raw": "^2.0.0",
"rehype-stringify": "^3.0.0",
"remark-parse": "^5.0.0",