package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "page-qms",
  3. "version": "1.11.2",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:preview": "vue-cli-service build --mode preview",
  10. "build:report": "vue-cli-service build --report",
  11. "lint": "vue-cli-service lint",
  12. "clean:lib": "rimraf node_modules",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@ant-design/colors": "^6.0.0",
  18. "@babel/core": "^7.18.13",
  19. "axios": "^0.27.2",
  20. "core-js": "^3.25.0",
  21. "countup.js": "^2.3.2",
  22. "cropperjs": "^1.5.12",
  23. "dayjs": "^1.11.9",
  24. "echarts": "^5.3.3",
  25. "echarts-wordcloud": "^2.0.0",
  26. "ele-admin": "^1.11.2",
  27. "element-tree-line": "^0.2.1",
  28. "element-ui": "2.15.7",
  29. "file-loader": "^6.2.0",
  30. "github-markdown-css": "^5.1.0",
  31. "jsbarcode": "^3.11.5",
  32. "json-bigint": "^1.0.0",
  33. "nprogress": "^0.2.0",
  34. "tinymce": "^5.10.5",
  35. "vue": "^2.7.10",
  36. "vue-clipboard2": "^0.3.3",
  37. "vue-countup-v2": "^4.0.0",
  38. "vue-echarts": "^6.2.3",
  39. "vue-i18n": "^8.27.2",
  40. "vue-printjs": "^1.0.0",
  41. "vue-router": "^3.6.4",
  42. "vue2-ace-editor": "0.0.15",
  43. "vuedraggable": "^2.24.3",
  44. "vuex": "^3.6.2",
  45. "vuex-persistedstate": "^4.1.0",
  46. "xgplayer-vue": "^1.1.5",
  47. "xlsx": "^0.18.5"
  48. },
  49. "devDependencies": {
  50. "@vue/cli-plugin-babel": "^5.0.8",
  51. "@vue/cli-plugin-eslint": "^5.0.8",
  52. "@vue/cli-plugin-router": "^5.0.8",
  53. "@vue/cli-plugin-vuex": "^5.0.8",
  54. "@vue/cli-service": "^5.0.8",
  55. "compression-webpack-plugin": "^9.2.0",
  56. "eslint": "^8.23.0",
  57. "eslint-config-prettier": "^8.5.0",
  58. "eslint-plugin-prettier": "^4.2.1",
  59. "eslint-plugin-vue": "^9.4.0",
  60. "prettier": "^2.7.1",
  61. "sass": "^1.54.8",
  62. "sass-loader": "^13.0.2",
  63. "svg-sprite-loader": "^6.0.11",
  64. "svgo": "^1.2.2",
  65. "vue-eslint-parser": "^9.0.3",
  66. "vue-template-compiler": "^2.7.10",
  67. "webpack": "^5.74.0"
  68. }
  69. }