summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-06 05:35:48 +0100
committerache <ache@ache.one>2018-02-06 05:35:48 +0100
commitd475f96f79883d9898d65bfb8ead8fd643ec9b3a (patch)
tree7d1a6a71f79cccd8eed923d659b32ea34b7d159b /package.json
parentadd the image of the next article (diff)
config files of the news tools
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6e43d40
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "ache.one",
+ "dependencies": {
+ "rehype-format": "^2.2.0",
+ "rehype-katex": "^1.0.0",
+ "rehype-raw": "^2.0.0",
+ "rehype-stringify": "^3.0.0",
+ "remark": "^8.0.0",
+ "remark-highlight.js": "^5.0.0",
+ "remark-html": "^6.0.1",
+ "remark-kbd": "^1.0.6",
+ "remark-line-input": "git+http://git.ache.one/remark-line-input/",
+ "remark-math": "^1.0.0",
+ "remark-mermaid-simple": "git+http://git.ache.one/remark-mermaid-simple/",
+ "remark-multiple-choice": "git+http://git.ache.one/remark-multiple-choice",
+ "remark-parse": "^5.0.0",
+ "remark-preset-lint-markdown-style-guide": "^2.1.1",
+ "remark-rehype": "^3.0.0",
+ "remark-select": "git+http://git.ache.one/remark-select/",
+ "remark-special-box": "git+http://git.ache.one/remark-special-box/",
+ "remark-text-input": "git+http://git.ache.one/remark-text-input/"
+ },
+ "author": "ache"
+}