package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "jeeplus-ui",
  3. "version": "1.0.0",
  4. "description": "jeeplus快速开发平台",
  5. "author": "www.jeeplus.org",
  6. "private": true,
  7. "scripts": {
  8. "serve": "vue-cli-service serve",
  9. "build": "vue-cli-service build",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@jiaminghi/data-view": "^2.10.0",
  14. "axios": "^0.19.0",
  15. "bpmn-js-cli": "1.4.1",
  16. "bpmn-js-task-priorities": "^0.2.0",
  17. "core-js": "^3.4.2",
  18. "crypto-js": "^4.0.0",
  19. "dayjs": "^1.8.18",
  20. "echarts": "^4.5.0",
  21. "element-ui": "^2.13.0",
  22. "exceljs": "^4.3.0",
  23. "font-awesome": "^4.7.0",
  24. "jeeplus-filemanager": "^2.0.0",
  25. "jeeplus-flowable": "^2.1.5",
  26. "jeeplus-form": "2.1.2",
  27. "jeeplus-gencode": "^2.1.2",
  28. "lodash": "^4.17.15",
  29. "lodash.omit": "^4.5.0",
  30. "lodash.pick": "^4.4.0",
  31. "moment": "^2.24.0",
  32. "monaco-editor": "^0.23.0",
  33. "normalize.css": "^8.0.0",
  34. "numeral": "^2.0.6",
  35. "qiniu": "^7.2.1",
  36. "qiniu-js": "^2.5.1",
  37. "scroll-tabs": "^1.0.1",
  38. "selection-update": "^0.1.2",
  39. "sortablejs": "^1.10.1",
  40. "tiny-svg": "^2.2.2",
  41. "v-charts": "^1.19.0",
  42. "viewerjs": "^1.2.0",
  43. "vue": "2.6.14",
  44. "vue-clipboard2": "^0.3.1",
  45. "vue-cookie": "^1.1.4",
  46. "vue-count-to": "^1.0.13",
  47. "vue-echarts": "^4.1.0",
  48. "vue-full-calendar": "^2.8.1-0",
  49. "vue-print-nb": "^1.5.0",
  50. "vue-router": "^3.1.3",
  51. "vue-sketch-ruler": "^1.0.3",
  52. "vue2-ace-editor": "^0.0.15",
  53. "vuedraggable": "^2.23.2",
  54. "vuex": "^3.1.2",
  55. "vxe-table": "^3.4.11",
  56. "vxe-table-plugin-export-xlsx": "^2.2.2",
  57. "wangeditor": "^3.1.1",
  58. "xe-utils": "^3.4.3"
  59. },
  60. "devDependencies": {
  61. "@babel/runtime": "^7.7.4",
  62. "@vue/cli-plugin-babel": "^4.0.5",
  63. "@vue/cli-plugin-eslint": "^4.0.5",
  64. "@vue/cli-service": "^4.0.5",
  65. "autoprefixer": "^9.7.2",
  66. "babel-eslint": "^7.2.3",
  67. "babel-plugin-dynamic-import-node": "^2.3.0",
  68. "babel-plugin-import": "^1.13.3",
  69. "babel-polyfill": "^6.26.0",
  70. "babel-register": "^6.26.0",
  71. "classlist-polyfill": "^1.2.0",
  72. "copy-webpack-plugin": "^5.0.5",
  73. "eslint": "^3.19.0",
  74. "eslint-config-standard": "^10.2.1",
  75. "eslint-plugin-html": "^3.0.0",
  76. "eslint-plugin-import": "^2.7.0",
  77. "eslint-plugin-node": "^5.2.0",
  78. "eslint-plugin-promise": "^3.5.0",
  79. "eslint-plugin-standard": "^3.0.1",
  80. "less": "^3.10.3",
  81. "less-loader": "^5.0.0",
  82. "sass": "^1.23.7",
  83. "sass-loader": "^8.0.0",
  84. "vue-template-compiler": "2.6.14",
  85. "webpack": "^4.41.2"
  86. },
  87. "eslintConfig": {
  88. "root": true,
  89. "env": {
  90. "node": true
  91. },
  92. "extends": [
  93. "plugin:vue/essential",
  94. "eslint:recommended"
  95. ],
  96. "rules": {},
  97. "parserOptions": {
  98. "parser": "babel-eslint"
  99. }
  100. },
  101. "postcss": {
  102. "plugins": {
  103. "autoprefixer": {}
  104. }
  105. },
  106. "browserslist": [
  107. "> 1%",
  108. "last 2 versions"
  109. ]
  110. }