package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "vxe-table@2.11.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vxe-table@2.11.0",
  10. "_id": "vxe-table@2.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dDLV2Iiy/8Yiy14MX91TQb2HsW9K5ZYS3+xIjBmKc5JFMEHeuB8SxaFShSXhVk9GNTd+/u0GqvQhDoQ1WXAwnw==",
  13. "_location": "/vxe-table",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vxe-table@2.11.0",
  19. "name": "vxe-table",
  20. "escapedName": "vxe-table",
  21. "rawSpec": "2.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.11.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-2.11.0.tgz",
  29. "_spec": "2.11.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Xu Liangzhan",
  33. "email": "xu_liangzhan@163.com"
  34. },
  35. "browserslist": [
  36. "> 1%",
  37. "last 2 versions"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/x-extends/vxe-table/issues"
  41. },
  42. "description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
  43. "devDependencies": {
  44. "@typescript-eslint/eslint-plugin": "^2.33.0",
  45. "@typescript-eslint/parser": "^2.33.0",
  46. "@vue/cli-plugin-babel": "~4.4.0",
  47. "@vue/cli-plugin-eslint": "~4.4.0",
  48. "@vue/cli-plugin-router": "~4.4.0",
  49. "@vue/cli-plugin-typescript": "~4.4.0",
  50. "@vue/cli-plugin-vuex": "~4.4.0",
  51. "@vue/cli-service": "~4.4.0",
  52. "@vue/eslint-config-standard": "^5.1.2",
  53. "@vue/eslint-config-typescript": "^5.0.2",
  54. "core-js": "^3.6.5",
  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. "node-sass": "^4.14.0",
  73. "sass-loader": "^8.0.2",
  74. "typescript": "~3.9.3",
  75. "vue": "^2.6.14",
  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.6.14",
  81. "vuex": "^3.4.0",
  82. "xe-utils": "^3.4.0"
  83. },
  84. "files": [
  85. "lib",
  86. "types",
  87. "packages",
  88. "styles",
  89. "helper",
  90. "scripts"
  91. ],
  92. "homepage": "https://github.com/x-extends/vxe-table#readme",
  93. "jsdelivr": "lib/index.umd.js",
  94. "keywords": [
  95. "vxe-table",
  96. "vxe-grid",
  97. "vue table",
  98. "vue grid"
  99. ],
  100. "license": "MIT",
  101. "main": "lib/index.common.js",
  102. "name": "vxe-table",
  103. "peerDependencies": {
  104. "vue": "^2.6.0"
  105. },
  106. "postcss": {
  107. "plugins": {
  108. "autoprefixer": {}
  109. }
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/x-extends/vxe-table.git"
  114. },
  115. "scripts": {
  116. "build": "vue-cli-service build",
  117. "format": "eslint --fix examples/**/*.{js,ts,vue}",
  118. "lib": "npm run lib:pack && npm run lib:modules",
  119. "lib:modules": "gulp build",
  120. "lib:pack": "vue-cli-service build --target lib --name index --dest lib index.js",
  121. "lint": "vue-cli-service lint",
  122. "serve": "vue-cli-service serve"
  123. },
  124. "style": "lib/style.css",
  125. "typings": "types/index.d.ts",
  126. "unpkg": "lib/index.umd.js",
  127. "version": "2.11.0",
  128. "vetur": {
  129. "tags": "helper/vetur/tags.json",
  130. "attributes": "helper/vetur/attributes.json"
  131. }
  132. }