aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 675e828a9ff5d45c667811a7427086c6d8aa101e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "markdown-preview",
  "version": "1.1.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "directory-tree": "^2.0.0",
    "express": "^4.15.5",
    "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/",
    "unified": "^6.1.6",
    "unist-util-inspect": "^4.1.2",
    "vfile-reporter": "^4.0.0"
  },
  "author": "Titely",
  "license": "",
  "devDependencies": {
    "xo": "^0.18.2"
  },
  "xo": {
    "space": true
  }
}