swagger文档管理改为API接口文档管理

This commit is contained in:
暮光:城中城
2021-11-26 23:51:14 +08:00
parent 4408525b45
commit 91aef6f9f4
165 changed files with 3892 additions and 5744 deletions

View File

@@ -0,0 +1,33 @@
{
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"prod": "vite --mode production",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"ant-design-vue": "^3.0.0-alpha.12",
"axios": "^0.19.2",
"brace": "^0.11.1",
"highlight.js": "^11.3.1",
"jsontoxml": "^1.0.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"mavon-editor": "^2.9.0",
"moment": "^2.29.1",
"qs": "^6.10.1",
"sass": "^1.43.4",
"vue": "^3.2.21",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"xml-formatter": "^2.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.4",
"@vue/compiler-sfc": "^3.2.21",
"vite": "^2.6.13",
"vite-plugin-style-import": "^1.2.1"
}
}