ADD file via upload

This commit is contained in:
p90524618 2022-11-21 13:41:35 +08:00
parent 4052d775c3
commit c6e4f46fec
1 changed files with 15 additions and 0 deletions

15
package.json Normal file
View File

@ -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"
}
}