package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "html2canvas": "^1.0.0-rc.7",
  24. "jquery": "^3.6.0",
  25. "jquery-ui": "^1.12.1",
  26. "js-audio-recorder": "^1.0.7",
  27. "jsplumb": "^2.15.5",
  28. "luckyexcel": "^1.0.1",
  29. "moment": "^2.29.1",
  30. "qs": "^6.9.1",
  31. "sass": "^1.46.0",
  32. "tinymce": "^5.7.1",
  33. "vue": "^2.6.11",
  34. "vue-axios": "^2.1.5",
  35. "vue-contextmenu": "^1.5.10",
  36. "vue-cookie": "^1.1.4",
  37. "vue-fullscreen": "^2.2.0",
  38. "vue-router": "^3.0.7",
  39. "vuex": "^3.3.0",
  40. "xlsx": "^0.16.9"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "^4.1.2",
  44. "@vue/cli-plugin-eslint": "^4.1.2",
  45. "@vue/cli-service": "^4.1.2",
  46. "babel-eslint": "^10.0.3",
  47. "babel-plugin-component": "^1.1.1",
  48. "compression-webpack-plugin": "^3.0.1",
  49. "eslint": "^5.16.0",
  50. "eslint-plugin-vue": "^5.0.0",
  51. "sass-loader": "^8.0.0",
  52. "script-loader": "^0.7.2",
  53. "vue-template-compiler": "^2.6.11",
  54. "webpack-bundle-analyzer": "^3.9.0",
  55. "webpack-compiler-plugin": "^1.0.0",
  56. "webpack-dashboard": "^3.2.0"
  57. }
  58. }