pig-ui/vue-admin-wonderful-next-docs/package.json

22 lines
603 B
JSON

{
"name": "vue-admin-wonderful-next-docs",
"version": "0.0.1",
"description": "这是vue3.0 + vite + element plus + typeScript开发文档",
"main": "index.js",
"authors": {
"name": "lyt",
"email": "1105290566@qq.com"
},
"repository": "https://gitee.com/lyt-top/vue-admin-wonderful-next-docs.git/vue-admin-wonderful-next-docs",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1"
}
}