package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "vxe-table@^3.16.3",
  3. "_id": "vxe-table@3.19.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1gTagIChpGFFzHu1LPElzSO279f004GQtkrvj+ttqaEGwYHvoPYp0ycaCo3UZ/C83wUZ6bpcUd4Lr8tigWetwQ==",
  6. "_location": "/vxe-table",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vxe-table@^3.16.3",
  12. "name": "vxe-table",
  13. "escapedName": "vxe-table",
  14. "rawSpec": "^3.16.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.16.3"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-3.19.1.tgz",
  22. "_shasum": "f7c965e345e6061c329eaf52daac8f984fcaa0d8",
  23. "_spec": "vxe-table@^3.16.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Xu Liangzhan",
  27. "email": "xu_liangzhan@163.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/x-extends/vxe-table/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "vxe-pc-ui": "^3.8.0"
  35. },
  36. "deprecated": false,
  37. "description": "A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.",
  38. "devDependencies": {
  39. "@babel/plugin-transform-modules-commonjs": "^7.25.7",
  40. "@types/resize-observer-browser": "^0.1.11",
  41. "@typescript-eslint/eslint-plugin": "^6.21.0",
  42. "@typescript-eslint/parser": "^6.21.0",
  43. "@vue/cli-plugin-babel": "~5.0.0",
  44. "@vue/cli-plugin-eslint": "~5.0.0",
  45. "@vue/cli-plugin-router": "~5.0.0",
  46. "@vue/cli-plugin-typescript": "~5.0.0",
  47. "@vue/cli-plugin-vuex": "~5.0.0",
  48. "@vue/cli-service": "~5.0.0",
  49. "@vue/eslint-config-standard": "^6.1.0",
  50. "@vue/eslint-config-typescript": "^9.1.0",
  51. "core-js": "^3.8.3",
  52. "del": "^6.1.1",
  53. "eslint": "^7.32.0",
  54. "eslint-plugin-import": "^2.29.1",
  55. "eslint-plugin-node": "^11.1.0",
  56. "eslint-plugin-promise": "^6.1.1",
  57. "eslint-plugin-vue": "^8.0.3",
  58. "gulp": "^4.0.2",
  59. "gulp-autoprefixer": "^8.0.0",
  60. "gulp-babel": "^8.0.0",
  61. "gulp-clean-css": "^4.3.0",
  62. "gulp-concat": "^2.6.1",
  63. "gulp-rename": "^2.0.0",
  64. "gulp-replace": "^1.1.4",
  65. "gulp-sass": "^5.1.0",
  66. "gulp-sourcemaps": "^3.0.0",
  67. "gulp-typescript": "^5.0.1",
  68. "gulp-uglify": "^3.0.2",
  69. "sass": "^1.80.4",
  70. "sass-loader": "^14.2.1",
  71. "typescript": "~4.5.5",
  72. "vue": "~2.6.14",
  73. "vue-i18n": "^8.15.1",
  74. "vue-router": "^3.5.1",
  75. "vue-template-compiler": "2.6.14",
  76. "vxe-gantt": "~3.0.1"
  77. },
  78. "files": [
  79. "lib",
  80. "es",
  81. "src",
  82. "helper",
  83. "types",
  84. "styles",
  85. "packages"
  86. ],
  87. "homepage": "https://github.com/x-extends/vxe-table#readme",
  88. "jsdelivr": "lib/index.umd.js",
  89. "keywords": [
  90. "vxe",
  91. "vxe-ui",
  92. "vxe-table"
  93. ],
  94. "license": "MIT",
  95. "main": "lib/index.common.js",
  96. "module": "es/index.esm.js",
  97. "name": "vxe-table",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/x-extends/vxe-table.git"
  101. },
  102. "scripts": {
  103. "build": "vue-cli-service build",
  104. "format": "eslint --fix examples/**/*.{js,ts,vue}",
  105. "lib": "npm run lib:pack && npm run lib:modules",
  106. "lib:modules": "gulp build",
  107. "lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp index.ts",
  108. "lint": "vue-cli-service lint",
  109. "serve": "vue-cli-service serve",
  110. "update": "npm install --legacy-peer-deps"
  111. },
  112. "style": "lib/style.css",
  113. "typings": "types/index.d.ts",
  114. "unpkg": "lib/index.umd.js",
  115. "version": "3.19.1",
  116. "vetur": {
  117. "tags": "helper/vetur/tags.json",
  118. "attributes": "helper/vetur/attributes.json"
  119. }
  120. }