当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 874

Wei / vxe-table
暂停

forked from xuliangzhan / vxe-table 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.80 KB
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2020-09-14 19:01 . 优化下拉容器定位逻辑
{
"name": "vxe-table",
"version": "3.0.0-alpha.0",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、模态窗口、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build",
"build:docs": "gulp update_docs",
"lib:modules": "gulp build",
"lib:pack": "vue-cli-service build --target lib --name index --dest lib index.js",
"lib": "npm run lib:pack && npm run lib:modules",
"postinstall": "node scripts/postinstall || echo \"ignore\""
},
"files": [
"lib",
"types",
"packages",
"styles",
"helper",
"scripts"
],
"main": "lib/index.common.js",
"unpkg": "lib/index.umd.min.js",
"jsdelivr": "lib/index.umd.min.js",
"style": "lib/style.min.css",
"typings": "types/index.d.ts",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-typescript": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"ant-design-vue": "^1.6.5",
"codemirror": "^5.53.2",
"core-js": "^3.6.5",
"del": "^5.1.0",
"element-ui": "^2.13.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^10.1.1",
"jspdf": "^2.1.0",
"moment": "^2.27.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"sortablejs": "^1.10.2",
"typescript": "~3.9.3",
"view-design": "^4.3.2",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.18.1",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.4.0",
"vxe-table-plugin-antd": "^1.9.2",
"vxe-table-plugin-element": "^1.9.2",
"vxe-table-plugin-export-pdf": "^1.8.7",
"vxe-table-plugin-export-xlsx": "^1.6.2",
"vxe-table-plugin-iview": "^1.9.2",
"vxe-table-plugin-menus": "^1.4.10",
"vxe-table-plugin-shortcut-key": "^1.3.0",
"vxe-table-plugin-virtual-tree": "0.5.4",
"xe-ajax": "^4.0.5",
"xe-ajax-mock": "^1.12.0",
"xe-clipboard": "^1.10.0",
"xe-utils": "^2.7.11",
"xlsx": "^0.16.5"
},
"peerDependencies": {
"vue": ">= 2.6.0 < 3",
"xe-utils": ">= 2.7.10 < 3"
},
"vetur": {
"tags": "helper/vetur/tags.json",
"attributes": "helper/vetur/attributes.json"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-extends/vxe-table.git"
},
"keywords": [
"vxe-table",
"vxe-grid",
"vue table",
"vue grid"
],
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/x-extends/vxe-table/issues"
},
"homepage": "https://github.com/x-extends/vxe-table#readme",
"browserslist": [
"> 1%",
"last 2 versions"
]
}
JavaScript
1
https://gitee.com/memory1369/vxe-table.git
git@gitee.com:memory1369/vxe-table.git
memory1369
vxe-table
vxe-table
master

搜索帮助