package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "vxe-table@3.6.6",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "vxe-table@3.6.6",
  9. "_id": "vxe-table@3.6.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DKifb0ekFYCu0UkTE0r1BmkRhabnCnS1+ilnTwciuTyC/DzGfwi8s+8LjX7YMV+Jp+hr4CJubIzHPcP41M+JTg==",
  12. "_location": "/vxe-table",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vxe-table@3.6.6",
  18. "name": "vxe-table",
  19. "escapedName": "vxe-table",
  20. "rawSpec": "3.6.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-3.6.6.tgz",
  28. "_spec": "3.6.6",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Xu Liangzhan",
  32. "email": "xu_liangzhan@163.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "last 2 versions"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/x-extends/vxe-table/issues"
  40. },
  41. "description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项等...",
  42. "devDependencies": {
  43. "@typescript-eslint/eslint-plugin": "^2.33.0",
  44. "@typescript-eslint/parser": "^2.33.0",
  45. "@vue/cli-plugin-babel": "~4.4.0",
  46. "@vue/cli-plugin-eslint": "~4.4.0",
  47. "@vue/cli-plugin-router": "~4.4.0",
  48. "@vue/cli-plugin-typescript": "~4.4.0",
  49. "@vue/cli-plugin-vuex": "~4.4.0",
  50. "@vue/cli-service": "~4.4.0",
  51. "@vue/eslint-config-standard": "^5.1.2",
  52. "@vue/eslint-config-typescript": "^5.0.2",
  53. "core-js": "^3.6.5",
  54. "del": "^5.1.0",
  55. "eslint": "^6.7.2",
  56. "eslint-plugin-import": "^2.20.2",
  57. "eslint-plugin-node": "^11.1.0",
  58. "eslint-plugin-promise": "^4.2.1",
  59. "eslint-plugin-standard": "^4.0.0",
  60. "eslint-plugin-vue": "^6.2.2",
  61. "gulp": "^4.0.2",
  62. "gulp-autoprefixer": "^6.1.0",
  63. "gulp-babel": "^8.0.0",
  64. "gulp-clean": "^0.4.0",
  65. "gulp-clean-css": "^4.3.0",
  66. "gulp-concat": "^2.6.1",
  67. "gulp-rename": "^1.4.0",
  68. "gulp-replace": "^1.0.0",
  69. "gulp-sass": "^4.1.0",
  70. "gulp-sourcemaps": "^2.6.5",
  71. "gulp-uglify": "^3.0.2",
  72. "sass": "^1.52.1",
  73. "sass-loader": "^8.0.2",
  74. "typescript": "~4.7.4",
  75. "vue": "^2.7.10",
  76. "vue-class-component": "^7.2.3",
  77. "vue-i18n": "^8.18.1",
  78. "vue-property-decorator": "^8.4.2",
  79. "vue-router": "^3.2.0",
  80. "vue-template-compiler": "^2.7.10",
  81. "vuex": "^3.4.0",
  82. "xe-ajax": "^4.0.5",
  83. "xe-clipboard": "^1.10.1",
  84. "xe-utils": "^3.5.6"
  85. },
  86. "files": [
  87. "lib",
  88. "types",
  89. "packages",
  90. "styles",
  91. "helper",
  92. "scripts"
  93. ],
  94. "homepage": "https://vxetable.cn/",
  95. "jsdelivr": "lib/index.umd.js",
  96. "keywords": [
  97. "vxe-table",
  98. "vxe-grid",
  99. "vue table",
  100. "vue grid"
  101. ],
  102. "license": "MIT",
  103. "main": "lib/index.common.js",
  104. "name": "vxe-table",
  105. "peerDependencies": {
  106. "vue": "^2.6.0",
  107. "xe-utils": "^3.5.0"
  108. },
  109. "postcss": {
  110. "plugins": {
  111. "autoprefixer": {}
  112. }
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/x-extends/vxe-table.git"
  117. },
  118. "scripts": {
  119. "build": "vue-cli-service build",
  120. "format": "eslint --fix examples/**/*.{js,ts,vue}",
  121. "lib": "npm run lib:pack && npm run lib:modules",
  122. "lib:modules": "gulp build",
  123. "lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp index.js",
  124. "lint": "vue-cli-service lint",
  125. "serve": "vue-cli-service serve"
  126. },
  127. "style": "lib/style.css",
  128. "typings": "types/index.d.ts",
  129. "unpkg": "lib/index.umd.js",
  130. "version": "3.6.6",
  131. "vetur": {
  132. "tags": "helper/vetur/tags.json",
  133. "attributes": "helper/vetur/attributes.json"
  134. }
  135. }