summaryrefslogtreecommitdiff
path: root/package.json
blob: 620717b943ad118ab751a19a737c915d7287a312 (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
{
  "name": "ache.one",
  "description": "Ache's personal website",
  "scripts": {
    "pretest": "xo",
    "prepare": "del-cli tmp/dist && cross-env BABEL_ENV=production babel src/js --out-dir tmp/dist;uglifyjs tmp/dist/*.js -mangle --mangle-top-level -c toplevel -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-grid-tables": "^1.2.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-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-numbered-footnotes": "^1.0.9",
    "remark-special-box": "git+http://git.ache.one/remark-special-box/",
    "remark-text-input": "git+http://git.ache.one/remark-text-input/"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.1.5",
    "cross-env": "^5.2.0",
    "del-cli": "^1.1.0",
    "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"
}