package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "admin",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "analyz": "vue-cli-service build"
  10. },
  11. "dependencies": {
  12. "@fullcalendar/daygrid": "^5.10.1",
  13. "@fullcalendar/interaction": "^5.10.1",
  14. "@fullcalendar/vue": "^5.10.1",
  15. "@tinymce/tinymce-vue": "^3.0.1",
  16. "axios": "^0.19.0",
  17. "canvg": "^3.0.7",
  18. "core-js": "^3.6.1",
  19. "echarts": "^4.7.0",
  20. "element-ui": "^2.13.0",
  21. "exceljs": "^4.2.0",
  22. "file-saver": "^2.0.5",
  23. "form-making": "^1.2.10",
  24. "html2canvas": "^1.0.0-rc.7",
  25. "jquery": "^3.6.0",
  26. "jquery-ui": "^1.12.1",
  27. "js-audio-recorder": "^1.0.7",
  28. "jsplumb": "^2.15.5",
  29. "luckyexcel": "^1.0.1",
  30. "moment": "^2.29.1",
  31. "qs": "^6.9.1",
  32. "sass": "^1.46.0",
  33. "tinymce": "^5.7.1",
  34. "vue": "^2.6.11",
  35. "vue-axios": "^2.1.5",
  36. "vue-contextmenu": "^1.5.10",
  37. "vue-cookie": "^1.1.4",
  38. "vue-fullscreen": "^2.6.1",
  39. "vue-router": "^3.0.7",
  40. "vuex": "^3.3.0",
  41. "xlsx": "^0.16.9"
  42. },
  43. "devDependencies": {
  44. "@vue/cli-plugin-babel": "^4.1.2",
  45. "@vue/cli-plugin-eslint": "^4.1.2",
  46. "@vue/cli-service": "^4.1.2",
  47. "babel-eslint": "^10.0.3",
  48. "babel-plugin-component": "^1.1.1",
  49. "compression-webpack-plugin": "^3.0.1",
  50. "eslint": "^5.16.0",
  51. "eslint-plugin-vue": "^5.0.0",
  52. "sass-loader": "^8.0.0",
  53. "script-loader": "^0.7.2",
  54. "vue-template-compiler": "^2.6.11",
  55. "webpack-bundle-analyzer": "^3.9.0",
  56. "webpack-compiler-plugin": "^1.0.0",
  57. "webpack-dashboard": "^3.2.0"
  58. }
  59. }