package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "name": "jeeplus-ui",
  3. "version": "1.6.3",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview"
  9. },
  10. "dependencies": {
  11. "@antv/g2": "4.1.1",
  12. "@element-plus/icons-vue": "^2.0.9",
  13. "@jiaminghi/data-view": "^2.10.0",
  14. "@kjgl77/datav-vue3": "^1.5.1",
  15. "@smallwei/avue": "^3.2.0",
  16. "@tinymce/tinymce-vue": "4.0.5",
  17. "@vueup/vue-quill": "^1.0.0-beta.8",
  18. "@vueuse/core": "^8.5.0",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "ali-oss": "^6.17.1",
  22. "ace-builds": "^1.4.14",
  23. "animate.css": "4.1.1",
  24. "axios": "^0.26.1",
  25. "bpmn-js-cli": "^1.2.0",
  26. "clipboard": "^2.0.11",
  27. "core-js": "^3.8.3",
  28. "cropperjs": "1.5.12",
  29. "crypto-js": "4.1.1",
  30. "dayjs": "1.10.6",
  31. "diagram-js": "6.8.2",
  32. "echarts": "^5.3.3",
  33. "element-plus": "^2.2.22",
  34. "jeeplus-flowable-boot-v3": "^2.1.0",
  35. "jeeplus-form-boot-v3": "^2.1.0",
  36. "jeeplus-devtools-boot-v3": "^2.1.2",
  37. "jquery": "^3.6.0",
  38. "js-base64": "^3.7.2",
  39. "js-cookie": "3.0.0",
  40. "lodash": "^4.17.21",
  41. "lodash.omit": "^4.5.0",
  42. "lodash.pick": "^4.4.0",
  43. "mitt": "^3.0.0",
  44. "mockjs": "1.1.0",
  45. "moment": "2.24.0",
  46. "monaco-editor": "0.34.1",
  47. "normalize.css": "^8.0.1",
  48. "nprogress": "0.2.0",
  49. "qiniu": "^7.2.1",
  50. "qiniu-js": "^3.4.0",
  51. "qrcodejs2": "^0.0.2",
  52. "qs": "^6.11.0",
  53. "sortablejs": "1.14.0",
  54. "splitpanes": "^3.1.1",
  55. "store2": "^2.14.2",
  56. "tinymce": "5.10.2",
  57. "viewerjs": "^1.10.4",
  58. "vite-plugin-mock": "2.9.4",
  59. "vue": "^3.2.45",
  60. "vue-clipboard2": "^0.3.1",
  61. "vue-color": "^2.8.1",
  62. "vue-cookies": "^1.8.1",
  63. "vue-echarts": "^6.2.3",
  64. "vue-full-calendar": "^3.0.0-0",
  65. "vue-grid-layout": "3.0.0-beta1",
  66. "vue-i18n": "^9.1.9",
  67. "vue-responsive-dash": "^0.5.0",
  68. "vue-router": "4.1.5",
  69. "vue3-ace-editor": "^2.2.2",
  70. "vue3-count-to": "^1.1.2",
  71. "vue3-sketch-ruler": "1.3.7",
  72. "vuedraggable": "^4.1.0",
  73. "vuex": "4.0.2",
  74. "vxe-table": "^4.3.5",
  75. "webpack": "^5.65.0",
  76. "xe-utils": "^3.5.4",
  77. "xgplayer": "2.31.4",
  78. "xgplayer-hls": "2.4.32-3"
  79. },
  80. "devDependencies": {
  81. "@vitejs/plugin-vue": "^3.0.3",
  82. "@vue/eslint-config-prettier": "^6.0.0",
  83. "babel-eslint": "^10.1.0",
  84. "eslint": "^6.7.2",
  85. "eslint-plugin-prettier": "^3.3.1",
  86. "eslint-plugin-vue": "^6.2.2",
  87. "less": "^4.1.2",
  88. "prettier": "^2.8.2",
  89. "sass": "1.37.5",
  90. "vite": "^3.0.7"
  91. },
  92. "eslintConfig": {
  93. "root": true,
  94. "env": {
  95. "node": true
  96. },
  97. "globals": {
  98. "APP_CONFIG": true
  99. },
  100. "extends": [
  101. "plugin:vue/vue3-essential",
  102. "eslint:recommended"
  103. ],
  104. "parserOptions": {
  105. "parser": "babel-eslint"
  106. },
  107. "rules": {
  108. "indent": 0,
  109. "no-tabs": 0,
  110. "no-mixed-spaces-and-tabs": 0,
  111. "vue/no-unused-components": "off"
  112. }
  113. },
  114. "browserslist": [
  115. "> 1%",
  116. "last 2 versions",
  117. "not dead"
  118. ]
  119. }