vue-devui
Version:
DevUI components based on Vite and Vue3
62 lines • 1.53 kB
JSON
{
"name": "vue-devui",
"version": "1.6.33",
"license": "MIT",
"description": "DevUI components based on Vite and Vue3",
"keywords": [
"frontend",
"typescript",
"ui-component",
"components",
"vue-components",
"vue",
"vue3",
"vite",
"jsx",
"devui"
],
"homepage": "https://vue-devui.github.io/",
"repository": {
"type": "git",
"url": "git@github.com:DevCloudFE/vue-devui.git"
},
"main": "vue-devui.umd.js",
"module": "vue-devui.es.js",
"style": "style.css",
"peerDependencies": {
"vue": "^3.3"
},
"dependencies": {
"@babel/helper-hoist-variables": "^7.22.5",
"@devui-design/icons": "^1.3.0",
"@floating-ui/dom": "1.2.5",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"@types/codemirror": "0.0.97",
"@types/lodash-es": "^4.17.4",
"@vue/shared": "^3.2.33",
"@vueuse/core": "8.9.4",
"async-validator": "^4.0.7",
"clipboard": "^2.0.11",
"clipboard-copy": "^4.0.1",
"codemirror": "5.63.3",
"dayjs": "^1.11.3",
"devui-theme": "^0.0.1",
"diff2html": "^3.4.35",
"echarts": "5.3.3",
"fs-extra": "^10.0.0",
"highlight.js": "^11.6.0",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.20",
"markdown-it": "12.2.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-plantuml": "^1.4.1",
"mermaid": "9.1.1",
"mitt": "^3.0.0",
"monaco-editor": "0.34.0",
"rxjs": "^7.8.1",
"uuid": "^9.0.1",
"vue-router": "^4.0.3",
"xss": "^1.0.14"
}
}