You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zyplayer-doc/zyplayer-doc-ui/api-ui/package.json

34 lines
808 B
JSON

{
"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-beta.6",
"axios": "^0.19.2",
"brace": "^0.11.1",
"highlight.js": "^11.4.0",
"jsontoxml": "^1.0.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"mavon-editor": "^3.0.0-beta",
"moment": "^2.29.1",
"qs": "^6.10.3",
"sass": "^1.48.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"xml-formatter": "^2.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.26",
"vite": "^2.7.12",
"vite-plugin-style-import": "^1.4.1"
}
}