summaryrefslogtreecommitdiff
path: root/package.json
blob: 3c48d310079f5c1b6d0548e072e6050c14bf4906 (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
61
{
  "name": "ache.one",
  "version": "2.0.0",
  "description": "Next version of ache.one",
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "lint": "npx xo",
    "build-svg": "npx svgo -f src/img -o s/imgM",
    "build-static": "node src/build/index.mjs",
    "build-js": "mkdirp s/js && terser src/js/*.js -o s/js/main.js",
    "build-css": "mkdirp s/css && sassc -t compressed src/css/design.scss > s/css/style.css"
  },
  "repository": {
    "type": "git",
    "url": "https://git.ache.one/ache.one"
  },
  "keywords": [
    "ache"
  ],
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ],
      "strict": 0
    },
    "envs": [
      "browser"
    ]
  },
  "author": "ache",
  "license": "MIT",
  "devDependencies": {
    "cssesc": "^3.0.0",
    "hast-util-raw": "^7.2.1",
    "hast-util-select": "^5.0.1",
    "hast-util-to-text": "^3.1.1",
    "mkdirp": "^1.0.4",
    "mustache": "^4.2.0",
    "rehype-autolink-headings": "^6.1.1",
    "rehype-highlight": "^5.0.2",
    "rehype-katex": "^6.0.2",
    "rehype-raw": "^6.1.1",
    "rehype-slug": "^5.0.1",
    "rehype-stringify": "^9.0.3",
    "remark": "^14.0.2",
    "remark-directive": "^2.0.1",
    "remark-gfm": "^3.0.1",
    "remark-math": "^5.1.1",
    "remark-rehype": "^10.1.0",
    "remark-slug": "^7.0.1",
    "remark-toc": "^8.0.1",
    "rss": "^1.2.2",
    "terser": "^5.12.1",
    "unist-builder": "^3.0.0",
    "unist-util-inspect": "^7.0.0"
  }
}