package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "page-fm",
  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. "acorn-import-assertions": "^1.9.0",
  23. "axios": "^0.27.2",
  24. "bpmn-js": "8.9.0",
  25. "bpmn-js-properties-panel": "0.46.0",
  26. "bpmn-js-token-simulation": "0.10.0",
  27. "bytemd": "^1.17.2",
  28. "core-js": "^3.25.0",
  29. "countup.js": "^2.3.2",
  30. "cropperjs": "^1.5.12",
  31. "dayjs": "^1.11.9",
  32. "echarts": "^5.3.3",
  33. "echarts-wordcloud": "^2.0.0",
  34. "ele-admin": "^1.11.2",
  35. "element-tree-line": "^0.2.1",
  36. "element-ui": "2.15.7",
  37. "github-markdown-css": "^5.1.0",
  38. "highlight.js": "9.18.5",
  39. "html2canvas": "^1.4.1",
  40. "js-message": "^1.0.7",
  41. "jsbarcode": "^3.11.5",
  42. "json-bigint": "^1.0.0",
  43. "jspdf": "^2.5.2",
  44. "mathjs": "^13.1.1",
  45. "nprogress": "^0.2.0",
  46. "qrcode": "^1.5.3",
  47. "tinymce": "^5.10.5",
  48. "vue": "^2.7.10",
  49. "vue-clipboard2": "^0.3.3",
  50. "vue-countup-v2": "^4.0.0",
  51. "vue-echarts": "^6.2.3",
  52. "vue-i18n": "^8.27.2",
  53. "vue-router": "^3.6.4",
  54. "vue2-ace-editor": "0.0.15",
  55. "vuedraggable": "^2.24.3",
  56. "vuex": "^3.6.2",
  57. "vuex-persistedstate": "^4.1.0",
  58. "xgplayer-vue": "^1.1.5",
  59. "xlsx": "^0.18.5",
  60. "xml-js": "1.6.11"
  61. },
  62. "devDependencies": {
  63. "@vue/cli-plugin-babel": "^5.0.8",
  64. "@vue/cli-plugin-eslint": "^5.0.8",
  65. "@vue/cli-plugin-router": "^5.0.8",
  66. "@vue/cli-plugin-vuex": "^5.0.8",
  67. "@vue/cli-service": "^5.0.8",
  68. "compression-webpack-plugin": "^9.2.0",
  69. "eslint": "^8.23.0",
  70. "eslint-config-prettier": "^8.10.0",
  71. "eslint-plugin-prettier": "^4.2.1",
  72. "eslint-plugin-vue": "^9.4.0",
  73. "prettier": "^2.7.1",
  74. "sass": "^1.54.8",
  75. "sass-loader": "^13.0.2",
  76. "svg-sprite-loader": "^6.0.11",
  77. "svgo": "^1.2.2",
  78. "vue-eslint-parser": "^9.0.3",
  79. "vue-template-compiler": "^2.7.10",
  80. "webpack": "^5.74.0"
  81. },
  82. "main": ".eslintrc.js",
  83. "repository": {
  84. "type": "git",
  85. "url": "http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-fm.git"
  86. },
  87. "keywords": [],
  88. "author": "",
  89. "license": "ISC",
  90. "description": ""
  91. }