-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
40 lines (40 loc) · 1.37 KB
/
package.json
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
{
"name": "mojaloop-docs-vuepress",
"version": "1.0.0",
"description": "Mojaloop Documentation 3.0",
"license": "Apache-2.0",
"contributors": [
"Sam Kummary <sam@mojaloop.io>",
"Uduak Obong-Eren <uobong-eren@mojaloop.io>"
],
"repository": "https://www.github.com/mojaloop/documentation",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider npx npx vuepress dev docs",
"build": "npx npx vuepress build docs",
"build:plantuml:all": "./scripts/_build_plantuml.sh",
"build:plantuml:diff": "MODE=STAGED_GIT ./scripts/_build_plantuml.sh",
"lint": "npx markdownlint './docs/**/*.md' --ignore node_modules --config markdownlint.yaml",
"lint:fix": "npm run lint -- --fix",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"prepare": "npx husky install"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.10",
"got": "^14.4.4",
"husky": "^9.1.6",
"markdownlint-cli": "^0.42.0",
"npm-check-updates": "^17.1.10",
"plantuml-encoder": "^1.4.0",
"svgo": "^3.3.2",
"vuepress": "^1.9.10",
"vuepress-plugin-versioning": "git+https://github.com/mojaloop/vuepress-plugin-versioning.git#dcb14962a69b8e5aaf184d2d1a31ae4f43870bc1",
"vuepress-theme-titanium": "^4.11.2"
},
"overrides": {
"vuepress": {
"vue-loader": "15.1.1"
}
}
}