package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. "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. "file-saver": "^2.0.5",
  24. "font-awesome": "^4.7.0",
  25. "jeeplus-filemanager": "^2.0.0",
  26. "jeeplus-flowable": "^2.1.5",
  27. "jeeplus-form": "^2.1.2",
  28. "jeeplus-gencode": "^2.1.2",
  29. "js-base64": "^3.7.2",
  30. "lodash": "^4.17.15",
  31. "lodash.omit": "^4.5.0",
  32. "lodash.pick": "^4.4.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.10",
  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-lazyload": "^3.0.0-rc.2",
  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. "xlsx": "^0.18.5"
  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. "compression-webpack-plugin": "^6.1.1",
  77. "copy-webpack-plugin": "^5.0.5",
  78. "eslint": "^3.19.0",
  79. "eslint-config-standard": "^10.2.1",
  80. "eslint-plugin-html": "^3.0.0",
  81. "eslint-plugin-import": "^2.7.0",
  82. "eslint-plugin-node": "^5.2.0",
  83. "eslint-plugin-promise": "^3.5.0",
  84. "eslint-plugin-standard": "^3.0.1",
  85. "less": "^3.10.3",
  86. "less-loader": "^5.0.0",
  87. "sass": "^1.23.7",
  88. "sass-loader": "^8.0.0",
  89. "vue-template-compiler": "^2.6.10",
  90. "webpack": "^4.41.2",
  91. "webpack-bundle-analyzer": "^4.5.0"
  92. },
  93. "eslintConfig": {
  94. "root": true,
  95. "env": {
  96. "node": true
  97. },
  98. "extends": [
  99. "plugin:vue/essential",
  100. "eslint:recommended"
  101. ],
  102. "rules": {},
  103. "parserOptions": {
  104. "parser": "babel-eslint"
  105. }
  106. },
  107. "postcss": {
  108. "plugins": {
  109. "autoprefixer": {}
  110. }
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }