package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "admin_vue_seed",
  3. "version": "0.2.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  9. },
  10. "dependencies": {
  11. "@fullcalendar/core": "^6.1.10",
  12. "@fullcalendar/daygrid": "^6.1.10",
  13. "@fullcalendar/interaction": "^6.1.10",
  14. "@fullcalendar/timegrid": "^6.1.10",
  15. "@fullcalendar/vue": "^6.1.10",
  16. "@handsontable/vue": "^12.3.1",
  17. "axios": "^0.19.2",
  18. "core-js": "^3.6.5",
  19. "dayjs": "^1.11.9",
  20. "echarts": "^5.4.1",
  21. "echarts-wordcloud": "^2.1.0",
  22. "element-ui": "^2.15.13",
  23. "flv.js": "^1.6.2",
  24. "handsontable": "^12.3.1",
  25. "js-cookie": "^2.2.1",
  26. "jsencrypt_only_encrypt": "^1.0.0",
  27. "normalize.css": "^8.0.1",
  28. "nprogress": "^0.2.0",
  29. "papaparse": "^5.4.0",
  30. "path-to-regexp": "^6.2.1",
  31. "postcss-px2rem": "^0.3.0",
  32. "px2rem-loader": "^0.1.9",
  33. "vue": "^2.6.11",
  34. "vue-aplayer": "^1.6.1",
  35. "vue-drag-resize": "^1.5.4",
  36. "vue-pdf": "^4.3.0",
  37. "vue-router": "^3.2.0",
  38. "vue-ueditor-wrap": "^2.5.6",
  39. "vuedraggable": "^2.24.3",
  40. "vuex": "^3.4.0",
  41. "watermark-js-plus": "^1.2.1",
  42. "xlsx": "^0.18.5"
  43. },
  44. "devDependencies": {
  45. "@vue/cli-plugin-babel": "~4.4.0",
  46. "@vue/cli-plugin-router": "~4.4.0",
  47. "@vue/cli-plugin-vuex": "~4.4.0",
  48. "@vue/cli-service": "~4.4.0",
  49. "sass": "^1.26.5",
  50. "sass-loader": "^8.0.2",
  51. "svg-sprite-loader": "^5.0.0",
  52. "vue-template-compiler": "^2.6.11"
  53. }
  54. }