package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "@onlyoffice/document-editor-vue": "^1.2.0",
  16. "@tinymce/tinymce-vue": "^3.0.1",
  17. "axios": "^0.19.0",
  18. "canvg": "^3.0.7",
  19. "console": "^0.7.2",
  20. "core-js": "^3.6.1",
  21. "echarts": "^4.7.0",
  22. "element-ui": "^2.15.7",
  23. "exceljs": "^4.2.0",
  24. "file-saver": "^2.0.5",
  25. "form-making": "^1.2.10",
  26. "html2canvas": "^1.0.0-rc.7",
  27. "jquery": "^3.6.0",
  28. "jquery-ui": "^1.12.1",
  29. "js-audio-recorder": "^1.0.7",
  30. "jsplumb": "^2.15.5",
  31. "luckyexcel": "^1.0.1",
  32. "moment": "^2.29.1",
  33. "qs": "^6.9.1",
  34. "sass": "^1.46.0",
  35. "tinymce": "^5.7.1",
  36. "vue": "^2.6.11",
  37. "vue-axios": "^2.1.5",
  38. "vue-contextmenu": "^1.5.10",
  39. "vue-cookie": "^1.1.4",
  40. "vue-fullscreen": "^2.6.1",
  41. "vue-router": "^3.0.7",
  42. "vuex": "^3.3.0",
  43. "xlsx": "^0.16.9"
  44. },
  45. "devDependencies": {
  46. "@vue/cli-plugin-babel": "^4.1.2",
  47. "@vue/cli-plugin-eslint": "^4.1.2",
  48. "@vue/cli-service": "^4.1.2",
  49. "babel-eslint": "^10.0.3",
  50. "babel-plugin-component": "^1.1.1",
  51. "compression-webpack-plugin": "^3.0.1",
  52. "eslint": "^5.16.0",
  53. "eslint-plugin-vue": "^5.0.0",
  54. "sass-loader": "^8.0.0",
  55. "script-loader": "^0.7.2",
  56. "vue-template-compiler": "^2.6.11",
  57. "webpack-bundle-analyzer": "^3.9.0",
  58. "webpack-compiler-plugin": "^1.0.0",
  59. "webpack-dashboard": "^3.2.0"
  60. }
  61. }