forked from apisnetworks/apiscp-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.45 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
{
"scripts": {
"docs:check": "markdownlint docs/*.md docs/admin/**/*.md && prettier --list-different --write \"docs/admin/**/*.md docs/*.{js,json,css,scss,vue,md}\"",
"docs:dev": "vuepress dev docs --port=${PORT:-8080} --temp .temp --debug",
"dev": "npm run docs:dev",
"docs:build": "vuepress build docs",
"linkcheck": "linkcheck :${PORT:-8080} -e",
"docs:link-check": "npm run docs:build && start-server-and-test 'http-server ./docs/.vuepress/dist --silent -o http://localhost:${PORT:-8080}?' ${PORT:-8080} linkcheck"
},
"name": "apnscp-vuepress",
"version": "1.0.0",
"description": "ApisCP documentation",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"eslint": "^8.4.1",
"markdown-it-deflist": "^2.1.0",
"markdownlint-cli": "^0.37.0",
"minimist": "^1.2.5",
"stylelint": "^14.1.0",
"vue": "^2.7",
"vuepress": "^1.9.10",
"vuepress-plugin-alias": "^1.0.0-beta",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-reading-time": "^0.1.1",
"yarn": "^1.22.17"
},
"devDependencies": {
"http-server": "^14.1.0",
"linkcheck-bin": "^2.0.20",
"start-server-and-test": "^2.0.3"
}
}