hoj/docs/package.json

23 lines
683 B
JSON

{
"name": "hoj docs",
"version": "1.0.0",
"description": "An open source online judge system base on SpringBoot, Springcloud Alibaba and Vue.js !",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.5.2",
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-register-components": "^1.5.2",
"vuepress": "^1.5.2",
"vuepress-plugin-nprogress": "^1.1.8",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-hope": "^1.14.3"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"dependencies": {}
}