summaryrefslogtreecommitdiff
path: root/package.json
blob: af1a2346e8875510436d83edacb4446556b755ca (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
{
  "name": "ache.one",
  "description": "Ache's personal website",
  "scripts": {
    "pretest": "xo",
    "prepare": "terser src/js/zen.js -o s/js/main.js"
  },
  "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-cli": "^7.0.1",
    "remark-grid-tables": "^1.2.0",
    "remark-highlight.js": "^5.2.0",
    "remark-html": "^6.0.1",
    "remark-kbd": "^1.0.21",
    "remark-line-input": "git+http://git.ache.one/remark-line-input/",
    "remark-math": "^1.0.0",
    "remark-multiple-choice": "git+http://git.ache.one/remark-multiple-choice",
    "remark-numbered-footnotes": "^1.0.9",
    "remark-parse": "^5.0.0",
    "remark-preset-lint-markdown-style-guide": "^2.1.4",
    "remark-rehype": "^3.0.0",
    "remark-select": "^1.0.0",
    "remark-slug": "^5.1.2",
    "remark-special-box": "git+http://git.ache.one/remark-special-box/",
    "remark-text-input": "git+http://git.ache.one/remark-text-input/",
    "remark-toc": "^7.0.0"
  },
  "devDependencies": {
    "del-cli": "^1.1.0",
    "terser": "^5.5.1",
    "xo": "^0.23.0"
  },
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ]
    },
    "envs": [
      "browser"
    ]
  },
  "author": "ache <ache@ache.one>",
  "license": "GPL-3.0-or-later"
}