-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 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
26
27
28
{
"name": "vuepress-theme-hope-starter",
"description": "A online demo for vuepress-theme-hope",
"repository": {
"type": "git",
"url": "git@github.com:vuepress-theme-hope/online-demo.git"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/plugin-container": "2.0.0-beta.61",
"@vuepress/plugin-register-components": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"naive-ui": "^2.34.3",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-plugin-blog2": "2.0.0-beta.203",
"vuepress-plugin-search-pro": "2.0.0-beta.200",
"vuepress-theme-hope": "2.0.0-beta.198",
"yaml": "^2.2.1"
}
}