package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "page-wt",
  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. "@bytemd/plugin-gfm": "^1.17.2",
  20. "@bytemd/vue": "^1.17.2",
  21. "@riophae/vue-treeselect": "0.4.0",
  22. "axios": "^0.27.2",
  23. "bpmn-js": "8.9.0",
  24. "bpmn-js-properties-panel": "0.46.0",
  25. "bpmn-js-token-simulation": "0.10.0",
  26. "bytemd": "^1.17.2",
  27. "core-js": "^3.25.0",
  28. "countup.js": "^2.3.2",
  29. "cropperjs": "^1.5.12",
  30. "dayjs": "^1.11.8",
  31. "echarts": "^5.3.3",
  32. "echarts-wordcloud": "^2.0.0",
  33. "ele-admin": "^1.11.2",
  34. "element-tree-line": "^0.2.1",
  35. "element-ui": "2.15.7",
  36. "github-markdown-css": "^5.1.0",
  37. "highlight.js": "9.18.5",
  38. "jsbarcode": "^3.11.5",
  39. "json-bigint": "^1.0.0",
  40. "nprogress": "^0.2.0",
  41. "tinymce": "^5.10.5",
  42. "vue": "^2.7.10",
  43. "vue-clipboard2": "^0.3.3",
  44. "vue-countup-v2": "^4.0.0",
  45. "vue-echarts": "^6.2.3",
  46. "vue-i18n": "^8.27.2",
  47. "vue-router": "^3.6.4",
  48. "vue2-ace-editor": "0.0.15",
  49. "vuedraggable": "^2.24.3",
  50. "vuex": "^3.6.2",
  51. "vuex-persistedstate": "^4.1.0",
  52. "xgplayer-vue": "^1.1.5",
  53. "xlsx": "^0.18.5",
  54. "xml-js": "1.6.11"
  55. },
  56. "devDependencies": {
  57. "@vue/cli-plugin-babel": "^5.0.8",
  58. "@vue/cli-plugin-eslint": "^5.0.8",
  59. "@vue/cli-plugin-router": "^5.0.8",
  60. "@vue/cli-plugin-vuex": "^5.0.8",
  61. "@vue/cli-service": "^5.0.8",
  62. "bpmn-js": "8.9.0",
  63. "bpmn-js-properties-panel": "0.46.0",
  64. "compression-webpack-plugin": "^9.2.0",
  65. "eslint": "^8.23.0",
  66. "eslint-config-prettier": "^8.5.0",
  67. "eslint-plugin-prettier": "^4.2.1",
  68. "eslint-plugin-vue": "^9.4.0",
  69. "prettier": "^2.7.1",
  70. "sass": "^1.54.8",
  71. "sass-loader": "^13.0.2",
  72. "svg-sprite-loader": "^6.0.11",
  73. "svgo": "^1.2.2",
  74. "vue-eslint-parser": "^9.0.3",
  75. "vue-template-compiler": "^2.7.10",
  76. "webpack": "^5.74.0"
  77. },
  78. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  79. }