forked from telepenin/vuepress-template
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 745 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 745 Bytes
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
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.4.1",
"@vuepress/utils": "^2.0.0-alpha.1",
"cl-doc-vue-bot-ui": "0.0.34",
"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-disqus-spa": "^0.1.1",
"vuepress-plugin-separate-pages": "^0.1.4",
"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"
}
}