ZiuChen.github.io/package.json
2022-07-26 10:10:41 +08:00

20 lines
465 B
JSON

{
"name": "ziuchen-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"vue-template-compiler": "^2.7.8",
"vuepress": "^1.9.7"
}
}