-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 1.27 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
{
"name": "zsh-abbr-v5-docs",
"version": "1.0.0",
"description": "Documentation for zsh-abbr",
"main": "index.js",
"scripts": {
"search:index": "docker run --platform=linux/amd64 -it --env-file=./.env -e \"CONFIG=$(node docsearch.config.js)\" algolia/docsearch-scraper",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"update-external-content": "git submodule update --remote && cp ./zsh-abbr/community.md ./docs/external/community.md",
"upgrade-vuepress": "pnpm add vue@next @vuepress/client@next @vuepress/plugin-docsearch@next @vuepress/plugin-shiki@next @vuepress/plugin-toc@next vuepress@next vuepress-plugin-copy-code2@next"
},
"keywords": [],
"author": "Henry Bley-Vroman <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"repository": "https://github.com/olets/zsh-abbr-v5-docs",
"devDependencies": {
"@algolia/client-search": "^4.9.1",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/plugin-shiki": "2.0.0-beta.67",
"@vuepress/plugin-toc": "2.0.0-beta.67",
"dotenv": "^16.0.3",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-copy-code2": "2.0.0-beta.237"
},
"dependencies": {
"broken-link-checker": "^0.7.8"
}
}