package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "eip-front",
  3. "version": "8.0.7",
  4. "author": "hotent",
  5. "participants": [],
  6. "homepage": "https://hotent.com",
  7. "scripts": {
  8. "serve": "vue-cli-service serve",
  9. "build": "vue-cli-service build",
  10. "build:report": "vue-cli-service build --report",
  11. "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
  12. "lint": "vue-cli-service lint",
  13. "lint:style": "stylelint-config-prettier-check",
  14. "inspect": "vue-cli-service inspect",
  15. "template": "plop",
  16. "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
  17. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  18. "use:npm": "nrm use npm",
  19. "use:taobao": "nrm use taobao",
  20. "update": "ncu -u --reject sass-loader,vue-echarts&&cnpm i",
  21. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  22. "cnpm:install": "npm install cnpm -g && cnpm install --by=npm --legacy-peer-deps"
  23. },
  24. "repository": {
  25. "type": "gitlab",
  26. "url": "http://git.ht.cn/hotent/eip7/frontend.git"
  27. },
  28. "gitHooks": {
  29. "pre-commit": "lint-staged"
  30. },
  31. "lint-staged": {
  32. "*.{js,jsx,vue}": [
  33. "vue-cli-service lint",
  34. "git add"
  35. ]
  36. },
  37. "dependencies": {
  38. "@jiaminghi/data-view": "^2.10.0",
  39. "@vue/composition-api": "^1.7.2",
  40. "axios": "^0.21.1",
  41. "clipboard": "^2.0.10",
  42. "core-js": "^3.23.2",
  43. "dingtalk-jsapi": "^3.0.35",
  44. "echarts": "^5.3.2",
  45. "echarts-stat": "^1.2.0",
  46. "element-ui": "^2.15.6",
  47. "file-saver": "^2.0.5",
  48. "hotent-ui": "^1.0.13",
  49. "html2canvas": "^1.3.2",
  50. "image-conversion": "^2.1.1",
  51. "jquery": "^3.6.0",
  52. "jsencrypt": "^3.1.0",
  53. "jspdf": "^2.4.0",
  54. "jszip": "^3.7.1",
  55. "lodash": "^4.17.21",
  56. "mockjs": "^1.1.0",
  57. "moment": "^2.29.1",
  58. "nprogress": "^0.2.0",
  59. "panzoom": "^9.4.2",
  60. "pdfjs-dist": "2.5.207",
  61. "print-js": "^1.6.0",
  62. "qrcode": "^1.4.4",
  63. "qs": "^6.10.1",
  64. "screenfull": "^5.1.0",
  65. "sortablejs": "^1.13.0",
  66. "v-runtime-template": "^1.10.0",
  67. "vue": "2.6.12",
  68. "vue-amap": "^0.5.10",
  69. "vue-clipboard2": "^0.3.1",
  70. "vue-dompurify-html": "3.1.1",
  71. "vue-draggable-resizable": "^2.3.0",
  72. "vue-echarts": "5.0.0-beta.0",
  73. "vue-fullscreen": "^2.2.0",
  74. "vue-i18n": "^8.24.5",
  75. "vue-pdf": "4.2.0",
  76. "vue-print-nb": "^1.7.5",
  77. "vue-qr": "^2.5.0",
  78. "vue-quill-editor": "^3.0.6",
  79. "vue-router": "^3.5.1",
  80. "vuedraggable": "^2.24.3",
  81. "vuex": "^3.6.2",
  82. "wangeditor": "^4.7.10",
  83. "swiper": "5.4.5",
  84. "ant-design-vue": "^1.7.8",
  85. "xlsx": "^0.16.6"
  86. },
  87. "devDependencies": {
  88. "@babel/plugin-proposal-optional-chaining": "^7.17.12",
  89. "@vue/cli-plugin-babel": "^4.5.12",
  90. "@vue/cli-plugin-eslint": "^4.5.12",
  91. "@vue/cli-service": "^4.5.12",
  92. "@vue/eslint-config-prettier": "^6.0.0",
  93. "babel-eslint": "^10.1.0",
  94. "body-parser": "^1.19.0",
  95. "current-script-polyfill": "^1.0.0",
  96. "chalk": "^4.1.0",
  97. "chokidar": "^3.5.1",
  98. "compression-webpack-plugin": "^4.0.0",
  99. "css-unicode-loader": "^1.0.3",
  100. "eslint": "^7.24.0",
  101. "eslint-plugin-prettier": "^3.4.0",
  102. "eslint-plugin-vue": "^7.9.0",
  103. "image-webpack-loader": "^8.1.0",
  104. "lint-staged": "^10.5.4",
  105. "plop": "^2.7.4",
  106. "prettier": "^2.2.1",
  107. "sass": "~1.32.10",
  108. "sass-loader": "^10.1.1",
  109. "stylelint": "^13.12.0",
  110. "stylelint-config-prettier": "^8.0.2",
  111. "stylelint-config-recess-order": "^2.3.0",
  112. "svg-sprite-loader": "^6.0.5",
  113. "vue-codemirror": "4.0.6",
  114. "vue-template-compiler": "2.6.12",
  115. "webpackbar": "^4.0.0"
  116. },
  117. "keywords": [
  118. "vue",
  119. "admin",
  120. "element-ui",
  121. "vue-admin",
  122. "element-admin",
  123. "boilerplate",
  124. "admin-template",
  125. "management-system"
  126. ],
  127. "engines": {
  128. "node": ">=8.9",
  129. "npm": ">= 3.0.0"
  130. }
  131. }