ADD file via upload
This commit is contained in:
parent
4052d775c3
commit
c6e4f46fec
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:github": "anywhere -d github -h localhost 8080",
|
||||
"dev:gitlab": "anywhere -d gitlab -h localhost 8080",
|
||||
"dev:bitbucket": "anywhere -d bitbucket -h localhost 8080",
|
||||
"dev:gitee": "anywhere -d gitee -h localhost 8080",
|
||||
"dev:vuepress": "vuepress dev vuepress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vssue/vuepress-plugin-vssue": "^0.1.5",
|
||||
"anywhere": "^1.5.0",
|
||||
"vuepress": "^1.0.0-alpha.30"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue