Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c62536aaf429e1fe6a4ef5dffaa5a07e10d7182b (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
{
  "name": "docsy",
  "version": "0.5.1",
  "repository": "github:google/docsy",
  "scripts": {
    "_cd:docs": "cd userguide &&",
    "build:preview": "npm run cd:docs build:preview",
    "build:production": "npm run cd:docs build:production",
    "build": "npm run cd:docs build",
    "cd:docs": "npm run _cd:docs -- npm run",
    "check-links:all": "npm run cd:docs check-links:all",
    "check-links": "npm run cd:docs check-links",
    "docs-install": "npm run _cd:docs -- npm install",
    "get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
    "serve": "npm run cd:docs serve",
    "update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest",
    "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@6 bootstrap@4"
  },
  "cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ",
  "prettier": {
    "proseWrap": "always"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "6.2.0",
    "bootstrap": "4.6.2"
  },
  "devDependencies": {
    "hugo-extended": "0.104.3"
  }
}