selfprivacy.org/_vendor/github.com/google/docsy/package.json

31 lines
1 KiB
JSON
Raw Normal View History

2024-04-21 23:04:16 +00:00
{
"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"
}
}