package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_from": "vxe-table@3.2.6",
  3. "_id": "vxe-table@3.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jqq1huIV+yN6iGHG5KPl67f04mpTy2CBSp1cD3GwbWc6tT5pVCHi2Jh/MfudZBZcWCYT8HM/h/0d5ttdynqCbg==",
  6. "_location": "/vxe-table",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vxe-table@3.2.6",
  12. "name": "vxe-table",
  13. "escapedName": "vxe-table",
  14. "rawSpec": "3.2.6",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.6"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-3.2.6.tgz",
  22. "_shasum": "b60d776ab61ae765e2a3cdedd72121a799c07d3e",
  23. "_spec": "vxe-table@3.2.6",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  25. "author": {
  26. "name": "Xu Liangzhan",
  27. "email": "xu_liangzhan@163.com"
  28. },
  29. "browserslist": [
  30. "> 1%",
  31. "last 2 versions"
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/x-extends/vxe-table/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、模态窗口、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
  39. "devDependencies": {
  40. "@typescript-eslint/eslint-plugin": "^2.33.0",
  41. "@typescript-eslint/parser": "^2.33.0",
  42. "@vue/cli-plugin-babel": "~4.4.0",
  43. "@vue/cli-plugin-eslint": "~4.4.0",
  44. "@vue/cli-plugin-router": "~4.4.0",
  45. "@vue/cli-plugin-typescript": "~4.4.0",
  46. "@vue/cli-plugin-vuex": "~4.4.0",
  47. "@vue/cli-service": "~4.4.0",
  48. "@vue/eslint-config-standard": "^5.1.2",
  49. "@vue/eslint-config-typescript": "^5.0.2",
  50. "ant-design-vue": "^1.7.4",
  51. "codemirror": "^5.53.2",
  52. "core-js": "^3.6.5",
  53. "dayjs": "^1.10.4",
  54. "del": "^5.1.0",
  55. "element-ui": "^2.15.1",
  56. "eslint": "^6.7.2",
  57. "eslint-plugin-import": "^2.20.2",
  58. "eslint-plugin-node": "^11.1.0",
  59. "eslint-plugin-promise": "^4.2.1",
  60. "eslint-plugin-standard": "^4.0.0",
  61. "eslint-plugin-vue": "^6.2.2",
  62. "exceljs": "^4.2.1",
  63. "font-awesome": "^4.7.0",
  64. "gulp": "^4.0.2",
  65. "gulp-autoprefixer": "^6.1.0",
  66. "gulp-babel": "^8.0.0",
  67. "gulp-clean": "^0.4.0",
  68. "gulp-clean-css": "^4.3.0",
  69. "gulp-concat": "^2.6.1",
  70. "gulp-rename": "^1.4.0",
  71. "gulp-replace": "^1.0.0",
  72. "gulp-sass": "^4.1.0",
  73. "gulp-sourcemaps": "^2.6.5",
  74. "gulp-uglify": "^3.0.2",
  75. "highlight.js": "^10.5.0",
  76. "jsbarcode": "^3.11.0",
  77. "jspdf": "^2.3.1",
  78. "moment": "^2.27.0",
  79. "node-sass": "^4.14.0",
  80. "qrcode": "^1.4.4",
  81. "sass-loader": "^8.0.2",
  82. "sortablejs": "^1.10.2",
  83. "typescript": "~3.9.3",
  84. "view-design": "^4.4.0",
  85. "vue": "^2.6.12",
  86. "vue-class-component": "^7.2.3",
  87. "vue-i18n": "^8.18.1",
  88. "vue-property-decorator": "^8.4.2",
  89. "vue-router": "^3.2.0",
  90. "vue-template-compiler": "^2.6.12",
  91. "vuex": "^3.4.0",
  92. "vxe-table-plugin-antd": "^1.11.2",
  93. "vxe-table-plugin-charts": "^1.7.1",
  94. "vxe-table-plugin-element": "^1.11.2",
  95. "vxe-table-plugin-export-pdf": "^1.9.2",
  96. "vxe-table-plugin-export-xlsx": "^2.2.1",
  97. "vxe-table-plugin-iview": "^1.11.2",
  98. "vxe-table-plugin-menus": "^1.6.1",
  99. "vxe-table-plugin-renderer": "^1.3.4",
  100. "vxe-table-plugin-shortcut-key": "^1.5.1",
  101. "vxe-table-plugin-virtual-tree": "0.6.1",
  102. "xe-ajax": "^4.0.5",
  103. "xe-ajax-mock": "^1.12.0",
  104. "xe-clipboard": "^1.10.1",
  105. "xe-utils": "^3.1.12",
  106. "xlsx": "^0.16.8"
  107. },
  108. "files": [
  109. "lib",
  110. "types",
  111. "packages",
  112. "styles",
  113. "helper",
  114. "scripts"
  115. ],
  116. "homepage": "https://github.com/x-extends/vxe-table#readme",
  117. "jsdelivr": "lib/index.umd.js",
  118. "keywords": [
  119. "vxe-table",
  120. "vxe-grid",
  121. "vue table",
  122. "vue grid"
  123. ],
  124. "license": "MIT",
  125. "main": "lib/index.common.js",
  126. "name": "vxe-table",
  127. "peerDependencies": {
  128. "vue": "^2.6.0",
  129. "xe-utils": "^3.0.0"
  130. },
  131. "postcss": {
  132. "plugins": {
  133. "autoprefixer": {}
  134. }
  135. },
  136. "repository": {
  137. "type": "git",
  138. "url": "git+https://github.com/x-extends/vxe-table.git"
  139. },
  140. "scripts": {
  141. "build": "vue-cli-service build",
  142. "format": "eslint --fix examples/**/*.{js,ts,vue}",
  143. "lib": "npm run lib:pack && npm run lib:modules",
  144. "lib:modules": "gulp build",
  145. "lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp index.js",
  146. "lint": "vue-cli-service lint",
  147. "serve": "vue-cli-service serve"
  148. },
  149. "style": "lib/style.css",
  150. "typings": "types/index.d.ts",
  151. "unpkg": "lib/index.umd.js",
  152. "version": "3.2.6",
  153. "vetur": {
  154. "tags": "helper/vetur/tags.json",
  155. "attributes": "helper/vetur/attributes.json"
  156. }
  157. }