forked from zowe/docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·27 lines (27 loc) · 1.4 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
{
"name": "docs-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: pending to verify dead links.\"",
"test:links": "w3c-linkchecker-local --checklink-command docker --base-domain zowe-docs-test-links --base-url / --summary --recursive --ignore-robots-forbidden --ignore-broken-fragments --ignore-redirection --timeout 120 --exclude \"https?:\\/\\/((?![^/]*zowe-docs-test-links|zowe\\.org|www\\.zowe\\.org|docs\\.zowe\\.org|zowe\\.github\\.io)[^/]*)/\" ./.deploy/",
"test:links:stable": "w3c-linkchecker-local --checklink-command docker --base-domain zowe-docs-test-links --base-url /stable/ --summary --recursive --ignore-robots-forbidden --ignore-broken-fragments --ignore-redirection --timeout 120 --exclude \"https?:\\/\\/((?![^/]*zowe-docs-test-links|zowe\\.org|www\\.zowe\\.org|docs\\.zowe\\.org|zowe\\.github\\.io)[^/]*)/\" ./.deploy/stable/",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:pdf": "./docs/.pdf/build.sh"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.2.0",
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/shared-utils": "^1.2.0",
"clipboard": "^2.0.4",
"replace": "^1.1.5",
"vuepress": "^1.2.0",
"w3c-linkchecker-local": "^0.2.1"
}
}