package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "@vxe-ui/core@^3.2.12",
  3. "_id": "@vxe-ui/core@3.2.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NguhaX/wAPgwR4wgpv0K06uPGmbkyiCrCIuawU37iLy0dya5SkLAVE1PRzH2B1wipzutmSj+AJgFwhRy4wlhjQ==",
  6. "_location": "/@vxe-ui/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vxe-ui/core@^3.2.12",
  12. "name": "@vxe-ui/core",
  13. "escapedName": "@vxe-ui%2fcore",
  14. "scope": "@vxe-ui",
  15. "rawSpec": "^3.2.12",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.2.12"
  18. },
  19. "_requiredBy": [
  20. "/vxe-pc-ui"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vxe-ui/core/-/core-3.2.12.tgz",
  23. "_shasum": "f97df70e72a2af41e55ad876850485de50ec8ff2",
  24. "_spec": "@vxe-ui/core@^3.2.12",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vxe-pc-ui",
  26. "author": {
  27. "name": "Xu Liangzhan",
  28. "email": "xu_liangzhan@163.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/x-extends/vxe-core/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "dom-zindex": "^1.0.6",
  36. "xe-utils": "^3.7.9"
  37. },
  38. "deprecated": false,
  39. "description": "Vxe UI core library",
  40. "devDependencies": {
  41. "@types/node": "^20.12.12",
  42. "@types/resize-observer-browser": "^0.1.11",
  43. "@typescript-eslint/eslint-plugin": "^6.21.0",
  44. "@typescript-eslint/parser": "^6.21.0",
  45. "@vue/cli-plugin-babel": "~5.0.0",
  46. "@vue/cli-plugin-eslint": "~5.0.0",
  47. "@vue/cli-plugin-typescript": "~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-sourcemaps": "^3.0.0",
  66. "gulp-typescript": "^5.0.1",
  67. "gulp-uglify": "^3.0.2",
  68. "postcss": "^8.4.38",
  69. "typescript": "~4.9.5",
  70. "vue": "~2.6.14",
  71. "vue-template-compiler": "2.6.14"
  72. },
  73. "files": [
  74. "lib",
  75. "es",
  76. "src",
  77. "types",
  78. "packages"
  79. ],
  80. "homepage": "https://github.com/x-extends/vxe-core#readme",
  81. "jsdelivr": "lib/index.umd.js",
  82. "keywords": [
  83. "vxe",
  84. "vxe-core",
  85. "vxe-ui"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/index.common.js",
  89. "module": "es/index.esm.js",
  90. "name": "@vxe-ui/core",
  91. "peerDependencies": {
  92. "vue": "^2.6.0"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/x-extends/vxe-core.git"
  97. },
  98. "scripts": {
  99. "lib": "npm run lib:pack && npm run lib:modules",
  100. "lib:modules": "gulp build",
  101. "lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp packages/index.ts",
  102. "update": "npm install --legacy-peer-deps"
  103. },
  104. "typings": "types/index.d.ts",
  105. "unpkg": "lib/index.umd.js",
  106. "version": "3.2.12"
  107. }