package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. "@fullcalendar/core": "^4.3.1",
  14. "@fullcalendar/daygrid": "^4.3.0",
  15. "@fullcalendar/interaction": "^4.3.0",
  16. "@fullcalendar/resource-timeline": "^4.3.0",
  17. "@fullcalendar/timegrid": "^4.3.0",
  18. "@fullcalendar/vue": "^4.3.1",
  19. "axios": "^0.19.0",
  20. "bpmn-js-cli": "^1.1.0",
  21. "bpmn-js-task-priorities": "^0.2.0",
  22. "core-js": "^3.4.2",
  23. "css-loader": "^3.2.0",
  24. "dayjs": "^1.8.18",
  25. "echarts": "^4.5.0",
  26. "element-ui": "^2.13.0",
  27. "font-awesome": "^4.7.0",
  28. "jeeplus-flowable": "^1.0.18",
  29. "jeeplus-filemanager": "^2.0.0",
  30. "jeeplus-form-make": "^1.3.1",
  31. "jeeplus-gencode": "^1.0.21",
  32. "js-cookie": "^2.2.1",
  33. "locale": "^0.1.0",
  34. "lodash": "^4.17.15",
  35. "lodash.omit": "^4.5.0",
  36. "lodash.pick": "^4.4.0",
  37. "moment": "^2.24.0",
  38. "normalize.css": "^8.0.0",
  39. "numeral": "^2.0.6",
  40. "qiniu": "^7.2.1",
  41. "qiniu-js": "^2.5.1",
  42. "scroll-tabs": "^1.0.1",
  43. "selection-update": "^0.1.2",
  44. "sortable.js": "^0.3.0",
  45. "sortablejs": "^1.10.1",
  46. "style-loader": "^1.0.0",
  47. "svg-sprite-loader": "^4.1.6",
  48. "tiny-svg": "^2.2.2",
  49. "v-charts": "^1.19.0",
  50. "v-jsoneditor": "^1.2.3",
  51. "viewerjs": "^1.2.0",
  52. "vue": "^2.6.10",
  53. "vue-clipboard2": "^0.3.1",
  54. "vue-cookie": "^1.1.4",
  55. "vue-count-to": "^1.0.13",
  56. "vue-echarts": "^4.1.0",
  57. "vue-grid-layout": "^2.3.7",
  58. "vue-i18n": "5.0.3",
  59. "vue-particles": "^1.0.9",
  60. "vue-router": "^3.1.3",
  61. "vue2-editor": "^2.10.2",
  62. "vue2-ace-editor": "^0.0.15",
  63. "vuedraggable": "^2.23.2",
  64. "vuex": "^3.1.2",
  65. "wangeditor": "^3.1.1"
  66. },
  67. "devDependencies": {
  68. "@babel/runtime": "^7.7.4",
  69. "@vue/cli-plugin-babel": "^4.0.5",
  70. "@vue/cli-plugin-eslint": "^4.0.5",
  71. "@vue/cli-service": "^4.0.5",
  72. "autoprefixer": "^9.7.2",
  73. "babel-core": "^6.26.3",
  74. "babel-eslint": "^7.2.3",
  75. "babel-loader": "^8.0.6",
  76. "babel": "^6.23.0",
  77. "babel-plugin-component": "^1.1.1",
  78. "babel-polyfill": "^6.26.0",
  79. "babel-plugin-dynamic-import-node": "^2.3.0",
  80. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  81. "babel-plugin-transform-runtime": "^6.23.0",
  82. "babel-preset-env": "^1.7.0",
  83. "babel-preset-stage-2": "^6.24.1",
  84. "babel-register": "^6.26.0",
  85. "chalk": "^3.0.0",
  86. "chromedriver": "^78.0.1",
  87. "copy-webpack-plugin": "^5.0.5",
  88. "cross-spawn": "^7.0.1",
  89. "css-loader": "^3.2.0",
  90. "eslint": "^3.19.0",
  91. "eslint-config-standard": "^10.2.1",
  92. "eslint-friendly-formatter": "^3.0.0",
  93. "eslint-loader": "^1.7.1",
  94. "eslint-plugin-html": "^3.0.0",
  95. "eslint-plugin-import": "^2.7.0",
  96. "eslint-plugin-node": "^5.2.0",
  97. "eslint-plugin-promise": "^3.5.0",
  98. "eslint-plugin-standard": "^3.0.1",
  99. "eventsource-polyfill": "^0.9.6",
  100. "extract-text-webpack-plugin": "^3.0.2",
  101. "file-loader": "^4.3.0",
  102. "friendly-errors-webpack-plugin": "^1.7.0",
  103. "html-webpack-plugin": "^3.2.0",
  104. "less": "^3.10.3",
  105. "less-loader": "^5.0.0",
  106. "nightwatch": "^1.3.0",
  107. "node-notifier": "^6.0.0",
  108. "node-sass": "^4.13.0",
  109. "optimize-css-assets-webpack-plugin": "^5.0.3",
  110. "ora": "^4.0.3",
  111. "portfinder": "^1.0.25",
  112. "postcss-import": "^12.0.1",
  113. "postcss-loader": "^3.0.0",
  114. "postcss-url": "^8.0.0",
  115. "resolve-url-loader": "^3.1.1",
  116. "rimraf": "^3.0.0",
  117. "saas": "^1.0.0",
  118. "sass": "^1.23.7",
  119. "sass-loader": "^8.0.0",
  120. "selenium-server": "^3.141.59",
  121. "semver": "^6.3.0",
  122. "shelljs": "^0.8.3",
  123. "style-loader": "^1.0.0",
  124. "stylus-loader": "^3.0.2",
  125. "uglifyjs-webpack-plugin": "^2.2.0",
  126. "url-loader": "^2.3.0",
  127. "vue-loader": "^15.7.2",
  128. "vue-style-loader": "^4.1.2",
  129. "vue-template-compiler": "^2.6.10",
  130. "webpack": "^4.41.2",
  131. "webpack-bundle-analyzer": "^3.6.0",
  132. "webpack-dev-server": "^3.9.0",
  133. "webpack-merge": "^4.2.2"
  134. },
  135. "eslintConfig": {
  136. "root": true,
  137. "env": {
  138. "node": true
  139. },
  140. "extends": [
  141. "plugin:vue/essential",
  142. "eslint:recommended"
  143. ],
  144. "rules": {},
  145. "parserOptions": {
  146. "parser": "babel-eslint"
  147. }
  148. },
  149. "postcss": {
  150. "plugins": {
  151. "autoprefixer": {}
  152. }
  153. },
  154. "browserslist": [
  155. "> 1%",
  156. "last 2 versions"
  157. ]
  158. }