-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.56 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.56 KB
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
{
"name": "mojaloop-docs-vuepress",
"version": "1.0.0",
"description": "Mojaloop Documentation 3.0",
"license": "Apache-2.0",
"contributors": [
"Sam Kummary <[email protected]>",
"Uduak Obong-Eren <[email protected]>",
"Steven Oderayi <[email protected]>",
"Tony Williams <[email protected]>"
],
"repository": "https://www.github.com/mojaloop/documentation",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider npx npx vuepress dev docs",
"build": "NODE_OPTIONS='--max-old-space-size=8192' 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": "^15.0.1",
"husky": "^9.1.7",
"markdownlint-cli": "^0.48.0",
"npm-check-updates": "^20.0.1",
"plantuml-encoder": "^1.4.0",
"svgo": "^4.0.1",
"vuepress": "^1.9.10",
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2",
"vuepress-plugin-versioning": "git+https://github.com/mojaloop/vuepress-plugin-versioning.git#dcb14962a69b8e5aaf184d2d1a31ae4f43870bc1",
"vuepress-theme-titanium": "^5.0.0"
},
"overrides": {
"vuepress": {
"vue-loader": "15.1.1"
}
}
}