1
0
mirror of synced 2025-12-14 10:24:01 +08:00
Files
vxe-table/package.json
xuliangzhan 60583f53ab update
2019-10-17 12:54:17 +08:00

118 lines
3.1 KiB
JSON

{
"name": "vxe-table",
"version": "2.6.0-beta.21",
"description": "一个简单实用的 Vue 表格组件",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build",
"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"
},
"files": [
"lib",
"types",
"packages",
"styles"
],
"main": "lib/vxe-table.js",
"style": "lib/index.css",
"unpkg": "lib/index.min.js",
"jsdelivr": "lib/index.min.js",
"typings": "types/index.d.ts",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"ant-design-vue": "^1.3.16",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"core-js": "^2.6.5",
"echarts": "^4.3.0",
"element-ui": "^2.12.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"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.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.15.9",
"iview": "^3.4.2",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"sortablejs": "^1.10.0-rc3",
"standalonify": "^0.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vxe-ajax": "^1.7.2",
"vxe-table-plugin-antd": "^1.5.1",
"vxe-table-plugin-charts": "^1.1.1",
"vxe-table-plugin-element": "^1.5.1",
"vxe-table-plugin-excel": "^1.1.0",
"vxe-table-plugin-iview": "^1.5.1",
"vxe-table-plugin-menus": "^1.1.1",
"vxe-table-plugin-renderer": "^1.1.0",
"vxe-table-plugin-shortcut-key": "^1.1.0",
"vxe-utils": "^1.7.2",
"webpack-cli": "^3.3.1",
"xe-ajax": "^3.8.2",
"xe-ajax-mock": "^1.9.2",
"xe-clipboard": "^1.7.1",
"xe-utils": "^2.2.11",
"xlsx": "^0.14.3"
},
"peerDependencies": {
"vue": ">=2.6.10",
"xe-utils": ">=2.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuliangzhan/vxe-table.git"
},
"keywords": [
"vxe-table",
"vxe-editable",
"vue table",
"vue editable",
"vue excel"
],
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xuliangzhan/vxe-table/issues"
},
"homepage": "https://github.com/xuliangzhan/vxe-table#readme",
"browserslist": [
"> 1%",
"last 2 versions"
]
}