@wooshiao/x-ui2
Version:
包含查询条件、按钮、表格、分页组件
45 lines (44 loc) • 955 B
JSON
{
"name": "@wooshiao/x-ui2",
"version": "1.0.25",
"private": false,
"keywords": [
"XUI",
"x-ui",
"UI",
"element-plus-ui",
"element-ui",
"vue3-ui"
],
"type": "module",
"files": [
"dist"
],
"author": "wooshiao",
"main": "./dist/x-ui.js",
"types": "./dist/index.d.ts",
"exports": {
"./dist/style.css": "./dist/style.css",
".": {
"import": "./dist/x-ui.js",
"require": "./dist/x-ui.umd.cjs"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/wooshiao/x-ui.git"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tinymce/tinymce-vue": "^5.1.1",
"ace-builds": "^1.35.5",
"default-passive-events": "^2.0.0",
"element-plus": "^2.8.0",
"mavon-editor": "^3.0.2",
"vue": "^3.3.4"
}
}