package.json 2.9 KB

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