package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "5kcrm",
  3. "version": "12.0.0",
  4. "description": "",
  5. "author": "5kcrm <service@5kcrm.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:dev": "vue-cli-service build --mode development",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --fix --ext .js,.vue src"
  13. },
  14. "dependencies": {
  15. "@chenfengyuan/vue-qrcode": "^1.0.2",
  16. "@fullcalendar/core": "^4.3.1",
  17. "@fullcalendar/daygrid": "^4.3.0",
  18. "@fullcalendar/interaction": "^4.3.0",
  19. "@fullcalendar/list": "^4.3.0",
  20. "@fullcalendar/timegrid": "^4.3.0",
  21. "@fullcalendar/timeline": "^4.3.0",
  22. "@fullcalendar/vue": "^4.3.1",
  23. "@tinymce/tinymce-vue": "^3.2.0",
  24. "axios": "0.18.0",
  25. "clipboard": "^2.0.4",
  26. "core-js": "^3.6.5",
  27. "echarts": "^5.2.0",
  28. "el-bigdata-table": "git+https://gitee.com/devi001/el-bigdata-table.git",
  29. "element-ui": "git+https://gitee.com/devi001/wk-element.git",
  30. "file-saver": "^2.0.1",
  31. "id-validator": "^1.3.0",
  32. "js-cookie": "2.2.1",
  33. "jsencrypt": "3.2.1",
  34. "lockr": "^0.8.5",
  35. "marked": "^4.0.8",
  36. "mathjs": "^10.0.2",
  37. "normalize.css": "8.0.1",
  38. "nprogress": "0.2.0",
  39. "number-precision": "^1.5.0",
  40. "numeral": "^2.0.6",
  41. "nzh": "^1.0.4",
  42. "path-to-regexp": "2.4.0",
  43. "pinyin-match": "1.0.9",
  44. "print-js": "^1.6.0",
  45. "qrcodejs2": "0.0.2",
  46. "regenerator-runtime": "^0.13.9",
  47. "signature_pad": "3.0.0-beta.4",
  48. "throttle-debounce": "^2.1.0",
  49. "v-calendar": "2.3.0",
  50. "v-viewer": "^1.6.4",
  51. "vue": "2.5.17",
  52. "vue-bus": "^1.1.0",
  53. "vue-calendar-component": "^2.8.2",
  54. "vue-cropper": "^0.4.8",
  55. "vue-html2pdf": "^1.8.0",
  56. "vue-i18n": "^8.7.0",
  57. "vue-moment": "^4.1.0",
  58. "vue-radial-progress": "^0.3.2",
  59. "vue-router": "3.0.1",
  60. "vue-virtual-scroller": "^1.0.10",
  61. "vue2-animate": "^2.1.2",
  62. "vue2-org-tree": "1.3.1",
  63. "vuedraggable": "2.24.3",
  64. "vuex": "3.0.1",
  65. "xlsx": "^0.14.1",
  66. "xss": "^1.0.6"
  67. },
  68. "devDependencies": {
  69. "@vue/cli-plugin-babel": "4.4.4",
  70. "@vue/cli-plugin-eslint": "4.4.4",
  71. "@vue/cli-plugin-unit-jest": "4.4.4",
  72. "@vue/cli-service": "4.4.4",
  73. "@vue/test-utils": "1.0.0-beta.29",
  74. "autoprefixer": "9.5.1",
  75. "babel-eslint": "^8.2.6",
  76. "babel-jest": "23.6.0",
  77. "babel-plugin-dynamic-import-node": "2.3.3",
  78. "chalk": "2.4.2",
  79. "connect": "3.6.6",
  80. "eslint": "6.7.2",
  81. "eslint-plugin-vue": "6.2.2",
  82. "html-webpack-plugin": "3.2.0",
  83. "less": "^4.1.2",
  84. "less-loader": "^7.3.0",
  85. "node-sass": "6.0.1",
  86. "postcss": "^8.4.8",
  87. "postcss-html": "^1.3.0",
  88. "postcss-scss": "^4.0.3",
  89. "runjs": "4.3.2",
  90. "sass-loader": "10.2.0",
  91. "sass-resources-loader": "2.2.4",
  92. "script-ext-html-webpack-plugin": "2.1.3",
  93. "serve-static": "1.13.2",
  94. "stylelint": "^14.5.3",
  95. "stylelint-config-recess-order": "^3.0.0",
  96. "stylelint-config-standard-scss": "^3.0.0",
  97. "stylelint-config-standard-vue": "^1.0.0",
  98. "stylelint-order": "^5.0.0",
  99. "stylelint-scss": "^4.1.0",
  100. "stylelint-webpack-plugin": "^3.1.1",
  101. "svg-sprite-loader": "4.1.3",
  102. "svgo": "1.2.2",
  103. "vue-template-compiler": "2.5.17"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ],
  109. "engines": {
  110. "node": ">=8.9",
  111. "npm": ">= 3.0.0"
  112. },
  113. "license": "MIT"
  114. }