-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 870 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
28
29
30
{
"name": "q10viking.github.io",
"version": "1.0.0",
"description": "vuepress博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Q10Viking/q10viking.github.io.git"
},
"author": "静默",
"license": "ISC",
"bugs": {
"url": "https://github.com/Q10Viking/q10viking.github.io/issues"
},
"homepage": "https://github.com/Q10Viking/q10viking.github.io#readme",
"dependencies": {
"directory-tree": "^3.0.1"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-beta.27",
"@vuepress/plugin-google-analytics": "2.0.0-beta.27",
"@vuepress/plugin-register-components": "2.0.0-beta.27",
"vuepress": "2.0.0-beta.27"
}
}