package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "saber-admin",
  3. "version": "2.8.2",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --open",
  7. "build:prod": "vue-cli-service build",
  8. "build:stage": "vue-cli-service build --mode staging",
  9. "lint": "vue-cli-service lint",
  10. "analyz": "npm_config_report=true npm run build",
  11. "test:unit": "vue-cli-service test:unit",
  12. "test:e2e": "vue-cli-service test:e2e"
  13. },
  14. "dependencies": {
  15. "html2canvas": "^1.4.1",
  16. "jspdf": "^2.5.1",
  17. "@smallwei/avue": "^2.9.3",
  18. "@sscfaith/avue-form-design": "^1.5.5",
  19. "@tinymce/tinymce-vue": "^3.0.1",
  20. "animate.css": "^4.1.1",
  21. "avue-plugin-ueditor": "^0.1.4",
  22. "axios": "^0.18.0",
  23. "babel-polyfill": "^6.26.0",
  24. "classlist-polyfill": "^1.2.0",
  25. "crypto-js": "^4.0.0",
  26. "echarts": "^5.2.2",
  27. "echarts-gl": "^2.0.9",
  28. "element-ui": "^2.15.7",
  29. "jquery": "^3.6.0",
  30. "js-base64": "^2.5.1",
  31. "js-cookie": "^2.2.0",
  32. "js-md5": "^0.7.3",
  33. "jsplumb": "^2.15.6",
  34. "less-loader": "^4.1.0",
  35. "mockjs": "^1.0.1-beta3",
  36. "moment": "^2.29.1",
  37. "node-gyp": "^5.0.6",
  38. "nprogress": "^0.2.0",
  39. "pagination": "^0.4.6",
  40. "panzoom": "^9.4.3",
  41. "portfinder": "^1.0.23",
  42. "qrcodejs2": "0.0.2",
  43. "quill": "^1.3.7",
  44. "quill-image-drop-module": "^1.0.3",
  45. "quill-image-resize-module": "^3.0.0",
  46. "script-loader": "^0.7.2",
  47. "svg-sprite-loader": "^6.0.11",
  48. "tinymce": "^5.10.2",
  49. "v-directive-contextmenu": "^1.0.7",
  50. "view-design": "^4.7.0",
  51. "vue": "^2.6.14",
  52. "vue-axios": "^2.1.2",
  53. "vue-click-outside": "^1.1.0",
  54. "vue-contextmenujs": "^1.3.13",
  55. "vue-i18n": "^8.7.0",
  56. "vue-print-nb": "^1.7.5",
  57. "vue-quill-editor": "^3.0.6",
  58. "vue-router": "^3.0.1",
  59. "vuex": "^3.1.1"
  60. },
  61. "devDependencies": {
  62. "@vue/cli-plugin-babel": "^3.1.1",
  63. "@vue/cli-plugin-eslint": "^3.1.5",
  64. "@vue/cli-service": "^3.1.4",
  65. "chai": "^4.1.2",
  66. "less": "^4.1.2",
  67. "node-sass": "^4.12.0",
  68. "sass-loader": "^7.0.1",
  69. "vue-template-compiler": "^2.5.17",
  70. "webpack-bundle-analyzer": "^3.0.3"
  71. },
  72. "lint-staged": {
  73. "*.js": [
  74. "vue-cli-service lint",
  75. "git add"
  76. ],
  77. "*.vue": [
  78. "vue-cli-service lint",
  79. "git add"
  80. ]
  81. }
  82. }