hoj/docs/package.json

23 lines
683 B
JSON
Raw Permalink Normal View History

2021-03-02 22:19:37 +08:00
{
2021-12-23 22:28:56 +08:00
"name": "hoj docs",
2021-03-02 22:19:37 +08:00
"version": "1.0.0",
2021-12-23 22:28:56 +08:00
"description": "An open source online judge system base on SpringBoot, Springcloud Alibaba and Vue.js !",
2021-03-02 22:19:37 +08:00
"main": "index.js",
2021-12-23 22:28:56 +08:00
"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"
},
2021-03-02 22:19:37 +08:00
"scripts": {
2021-12-23 22:28:56 +08:00
"dev": "vuepress dev docs",
"build": "vuepress build docs"
2021-03-02 22:19:37 +08:00
},
2021-12-23 22:28:56 +08:00
"dependencies": {}
2021-03-02 22:19:37 +08:00
}