aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: dc185f02dd4288981f67129263def383005ec8aa (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "markdown-preview",
  "version": "1.1.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "pretest": "xo",
    "start": "node app.js",
    "build": "./node_modules/.bin/rollup -c"
  },
  "dependencies": {
    "directory-tree": "^2.0.0",
    "express": "^4.15.5",
    "rehype-format": "3.x.x",
    "rehype-katex": "2.x.x",
    "rehype-raw": "4.x.x",
    "rehype-stringify": "6.x.x",
    "remark": "11.x.x",
    "remark-custom-blocks": "^2.1.1",
    "remark-highlight.js": "^5.0.0",
    "remark-html": "10.x.x",
    "remark-iframes": "3.x.x",
    "remark-kbd": "^1.0.6",
    "remark-line-input": "0.6.x",
    "remark-text-input": "0.7.x",
    "remark-math": "2.x.x",
    "remark-multiple-choice": "^0.1.0",
    "remark-parse": "7.x.x",
    "remark-preset-lint-markdown-style-guide": "^2.1.1",
    "remark-rehype": "5.x.x",
    "remark-select": "",
    "unified": "8.x.x",
    "vfile-reporter": "6.x.x"
  },
  "author": "Titely",
  "license": "",
  "devDependencies": {
    "@rollup/plugin-json": "4.x.x",
    "ava": "2.4.x",
    "del-cli": "3.x.x",
    "rollup": "1.27.x",
    "rollup-plugin-commonjs": "10.x.x",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.2.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-terser": "^5.1.2",
    "rollup-plugin-uglify": "6.0.x",
    "unist-util-inspect": "5.x.x",
    "xo": "0.25.x"
  },
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ]
    }
  }
}