package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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.4",
  18. "crypto-js": "^4.0.0",
  19. "dayjs": "^1.10.5",
  20. "echarts": "^4.5.0",
  21. "element-ui": "^2.15.10",
  22. "exceljs": "^4.3.0",
  23. "font-awesome": "^4.7.0",
  24. "cropperjs": "1.5.12",
  25. "jeeplus-filemanager": "^2.0.0",
  26. "jeeplus-flowable-v2": "^2.0.0",
  27. "jeeplus-form-v2": "^2.0.1",
  28. "jeeplus-gencode-v2": "^2.0.0",
  29. "lodash": "^4.17.15",
  30. "lodash.omit": "^4.5.0",
  31. "lodash.pick": "^4.4.0",
  32. "mockjs": "^1.1.0",
  33. "moment": "^2.24.0",
  34. "monaco-editor": "^0.23.0",
  35. "normalize.css": "^8.0.0",
  36. "numeral": "^2.0.6",
  37. "qiniu": "^7.2.1",
  38. "qiniu-js": "^2.5.1",
  39. "scroll-tabs": "^1.0.1",
  40. "selection-update": "^0.1.2",
  41. "sortablejs": "^1.10.1",
  42. "tiny-svg": "^2.2.2",
  43. "v-charts": "^1.19.0",
  44. "viewerjs": "^1.2.0",
  45. "vue": "2.6.14",
  46. "vue-clipboard2": "^0.3.1",
  47. "vue-cookie": "^1.1.4",
  48. "vue-count-to": "^1.0.13",
  49. "vue-echarts": "^4.1.0",
  50. "vue-full-calendar": "^2.8.1-0",
  51. "vue-i18n": "5.0.3",
  52. "vue-print-nb": "^1.5.0",
  53. "vue-router": "^3.1.3",
  54. "vue-seamless-scroll": "^1.1.23",
  55. "vue-sketch-ruler": "^1.0.3",
  56. "vue2-ace-editor": "^0.0.15",
  57. "vuedraggable": "^2.23.2",
  58. "vuex": "^3.1.2",
  59. "vxe-table": "3.5.9",
  60. "vxe-table-plugin-export-xlsx": "^2.2.2",
  61. "wangeditor": "^3.1.1",
  62. "xe-utils": "^3.4.3"
  63. },
  64. "devDependencies": {
  65. "@babel/runtime": "^7.7.4",
  66. "@vue/cli-plugin-babel": "^4.0.5",
  67. "@vue/cli-plugin-eslint": "^4.0.5",
  68. "@vue/cli-service": "^4.0.5",
  69. "autoprefixer": "^9.7.2",
  70. "babel-eslint": "^7.2.3",
  71. "babel-plugin-dynamic-import-node": "^2.3.0",
  72. "babel-plugin-import": "1.13.3",
  73. "babel-polyfill": "^6.26.0",
  74. "babel-register": "^6.26.0",
  75. "classlist-polyfill": "^1.2.0",
  76. "copy-webpack-plugin": "^5.0.5",
  77. "eslint": "^3.19.0",
  78. "eslint-config-standard": "^10.2.1",
  79. "eslint-plugin-html": "^3.0.0",
  80. "eslint-plugin-import": "^2.7.0",
  81. "eslint-plugin-node": "^5.2.0",
  82. "eslint-plugin-promise": "^3.5.0",
  83. "eslint-plugin-standard": "^3.0.1",
  84. "less": "^3.10.3",
  85. "less-loader": "^5.0.0",
  86. "sass": "^1.23.7",
  87. "sass-loader": "^8.0.0",
  88. "vue-template-compiler": "2.6.14",
  89. "webpack": "^4.41.2"
  90. },
  91. "eslintConfig": {
  92. "root": true,
  93. "env": {
  94. "node": true
  95. },
  96. "extends": [
  97. "plugin:vue/essential",
  98. "eslint:recommended"
  99. ],
  100. "rules": {},
  101. "parserOptions": {
  102. "parser": "babel-eslint"
  103. }
  104. },
  105. "postcss": {
  106. "plugins": {
  107. "autoprefixer": {}
  108. }
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions"
  113. ]
  114. }