package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "jeeplus-ui",
  3. "version": "1.0.0",
  4. "description": "兴光管理平台",
  5. "author": "http://www.xgccpm.com/",
  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. "add-asset-html-webpack-plugin": "^5.0.2",
  15. "ali-oss": "^6.17.1",
  16. "axios": "^0.19.0",
  17. "bpmn-js-cli": "1.4.1",
  18. "bpmn-js-task-priorities": "^0.2.0",
  19. "core-js": "^3.4.2",
  20. "crypto-js": "^4.0.0",
  21. "dayjs": "^1.8.18",
  22. "echarts": "^4.5.0",
  23. "element-ui": "^2.13.0",
  24. "exceljs": "^4.3.0",
  25. "font-awesome": "^4.7.0",
  26. "jeeplus-filemanager": "^2.0.0",
  27. "jeeplus-flowable": "^2.1.5",
  28. "jeeplus-form": "2.1.2",
  29. "jeeplus-gencode": "^2.1.2",
  30. "js-base64": "^3.7.2",
  31. "lodash": "^4.17.15",
  32. "lodash.omit": "^4.5.0",
  33. "lodash.pick": "^4.4.0",
  34. "moment": "^2.24.0",
  35. "monaco-editor": "^0.23.0",
  36. "normalize.css": "^8.0.0",
  37. "numeral": "^2.0.6",
  38. "qiniu": "^7.2.1",
  39. "qiniu-js": "^2.5.1",
  40. "scroll-tabs": "^1.0.1",
  41. "selection-update": "^0.1.2",
  42. "sortablejs": "^1.10.1",
  43. "tiny-svg": "^2.2.2",
  44. "v-charts": "^1.19.0",
  45. "viewerjs": "^1.2.0",
  46. "vue": "2.6.14",
  47. "vue-clipboard2": "^0.3.1",
  48. "vue-cookie": "^1.1.4",
  49. "vue-count-to": "^1.0.13",
  50. "vue-echarts": "^4.1.0",
  51. "vue-full-calendar": "^2.8.1-0",
  52. "vue-print-nb": "^1.5.0",
  53. "vue-router": "^3.1.3",
  54. "vue-sketch-ruler": "^1.0.3",
  55. "vue2-ace-editor": "^0.0.15",
  56. "vuedraggable": "^2.23.2",
  57. "vuex": "^3.1.2",
  58. "vxe-table": "^3.4.11",
  59. "vxe-table-plugin-export-xlsx": "^2.2.2",
  60. "wangeditor": "^3.1.1",
  61. "xe-utils": "^3.4.3"
  62. },
  63. "devDependencies": {
  64. "@babel/runtime": "^7.7.4",
  65. "@vue/cli-plugin-babel": "^4.0.5",
  66. "@vue/cli-plugin-eslint": "^4.0.5",
  67. "@vue/cli-service": "^4.0.5",
  68. "autoprefixer": "^9.7.2",
  69. "babel-eslint": "^7.2.3",
  70. "babel-plugin-dynamic-import-node": "^2.3.0",
  71. "babel-plugin-import": "^1.13.3",
  72. "babel-polyfill": "^6.26.0",
  73. "babel-register": "^6.26.0",
  74. "classlist-polyfill": "^1.2.0",
  75. "compression-webpack-plugin": "^6.1.1",
  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. "uglifyjs-webpack-plugin": "^2.2.0",
  89. "vue-template-compiler": "2.6.14",
  90. "webpack": "^4.41.2",
  91. "webpack-bundle-analyzer": "^4.6.1",
  92. "webpack-cli": "^4.10.0"
  93. },
  94. "eslintConfig": {
  95. "root": true,
  96. "env": {
  97. "node": true
  98. },
  99. "extends": [
  100. "plugin:vue/essential",
  101. "eslint:recommended"
  102. ],
  103. "rules": {},
  104. "parserOptions": {
  105. "parser": "babel-eslint"
  106. }
  107. },
  108. "postcss": {
  109. "plugins": {
  110. "autoprefixer": {}
  111. }
  112. },
  113. "browserslist": [
  114. "> 1%",
  115. "last 2 versions"
  116. ]
  117. }