package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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-ui": "2.15.7",
  28. "file-loader": "^6.2.0",
  29. "github-markdown-css": "^5.1.0",
  30. "jsbarcode": "^3.11.5",
  31. "json-bigint": "^1.0.0",
  32. "nprogress": "^0.2.0",
  33. "tinymce": "^5.10.5",
  34. "vue": "^2.7.10",
  35. "vue-clipboard2": "^0.3.3",
  36. "vue-countup-v2": "^4.0.0",
  37. "vue-echarts": "^6.2.3",
  38. "vue-i18n": "^8.27.2",
  39. "vue-router": "^3.6.4",
  40. "vue2-ace-editor": "0.0.15",
  41. "vuedraggable": "^2.24.3",
  42. "vuex": "^3.6.2",
  43. "vuex-persistedstate": "^4.1.0",
  44. "xgplayer-vue": "^1.1.5",
  45. "xlsx": "^0.18.5"
  46. },
  47. "devDependencies": {
  48. "@vue/cli-plugin-babel": "^5.0.8",
  49. "@vue/cli-plugin-eslint": "^5.0.8",
  50. "@vue/cli-plugin-router": "^5.0.8",
  51. "@vue/cli-plugin-vuex": "^5.0.8",
  52. "@vue/cli-service": "^5.0.8",
  53. "compression-webpack-plugin": "^9.2.0",
  54. "eslint": "^8.23.0",
  55. "eslint-config-prettier": "^8.5.0",
  56. "eslint-plugin-prettier": "^4.2.1",
  57. "eslint-plugin-vue": "^9.4.0",
  58. "prettier": "^2.7.1",
  59. "sass": "^1.54.8",
  60. "sass-loader": "^13.0.2",
  61. "svg-sprite-loader": "^6.0.11",
  62. "svgo": "^1.2.2",
  63. "vue-eslint-parser": "^9.0.3",
  64. "vue-template-compiler": "^2.7.10",
  65. "webpack": "^5.74.0"
  66. }
  67. }