forked from cloudlinux/cloudlinux-single-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 669 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.4.1",
"vue": "~2.5.16",
"vue-server-renderer": "~2.5.16",
"vue-template-compiler": "~2.5.16",
"vuepress": "^1.0.2",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-container": "^2.1.0",
"vuepress-plugin-separate-pages": "^0.1.3",
"vuepress-plugin-disqus-spa": "^0.1.1",
"vuepress-theme-cloudlinux": "https://github.com/cloudlinux/cloudlinux-doc-theme.git"
},
"resolutions": {
"terser": "3.14.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13"
}
}