swagger文档管理改为API接口文档管理
This commit is contained in:
33
zyplayer-doc-ui/api-ui/package.json
Normal file
33
zyplayer-doc-ui/api-ui/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user