forked from chainstack/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 841 Bytes
/
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": "chainstack-docs",
"version": "1.0.0",
"description": "Chainstack documentation",
"private": true,
"scripts": {
"build": "vuepress build docs",
"check-md": "vuepress check-md docs",
"clean": "rm -rf docs/.vuepress/dist",
"dev": "DOCS_HOSTNAME=docs.dev.chainstack.com vuepress dev docs"
},
"devDependencies": {
"markdown-it-container": "^2.0.0",
"vuepress": "^1.8.2",
"vuepress-plugin-check-md": "0.0.2"
},
"dependencies": {
"@dovyp/vuepress-plugin-clipboard-copy": "^1.0.0-alpha.7",
"@limdongjin/vuepress-plugin-simple-seo": "^1.0.4-alpha.5",
"clean": "^4.0.2",
"esm": "^3.2.25",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-code-switcher": "^1.1.0",
"vuepress-plugin-google-tag-manager": "^0.0.3",
"vuepress-plugin-sitemap": "^2.3.1"
}
}