package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "easydo-mes-web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build": "vue-cli-service build --report",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@element-plus/icons-vue": "2.0.10",
  12. "@vue-office/docx": "^1.6.2",
  13. "@vue-office/excel": "^1.7.11",
  14. "@vue-office/pdf": "^2.0.8",
  15. "@vxe-ui/plugin-export-xlsx": "^4.0.13",
  16. "@vxe-ui/plugin-render-element": "^4.0.10",
  17. "axios": "1.3.4",
  18. "codemirror": "5.65.5",
  19. "core-js": "3.29.0",
  20. "cropperjs": "1.5.13",
  21. "crypto-js": "4.1.1",
  22. "echarts": "5.4.1",
  23. "element-plus": "^2.4.0",
  24. "exceljs": "^4.4.0",
  25. "jsencrypt": "^3.0.0-rc.1",
  26. "moment": "^2.29.4",
  27. "nprogress": "0.2.0",
  28. "qrcodejs2": "0.0.2",
  29. "sortablejs": "1.15.0",
  30. "vue": "3.2.47",
  31. "vue-i18n": "9.2.2",
  32. "vue-router": "4.1.6",
  33. "vuedraggable": "4.0.3",
  34. "vuex": "4.1.0",
  35. "vxe-pc-ui": "^4.3.78",
  36. "vxe-table": "^4.10.13",
  37. "xe-utils": "^3.7.0",
  38. "xgplayer": "2.32.2",
  39. "xgplayer-hls": "2.5.2"
  40. },
  41. "devDependencies": {
  42. "@babel/core": "7.21.00",
  43. "@babel/eslint-parser": "7.19.1",
  44. "@iconify/vue": "^4.3.0",
  45. "@vue/cli-plugin-babel": "5.0.8",
  46. "@vue/cli-plugin-eslint": "5.0.8",
  47. "@vue/cli-service": "5.0.8",
  48. "eslint": "8.35.0",
  49. "eslint-plugin-vue": "9.9.0",
  50. "sass": "1.58.3",
  51. "sass-loader": "10.1.1",
  52. "unplugin-auto-import": "19.0.0",
  53. "unplugin-vue-components": "^28.0.0"
  54. },
  55. "eslintConfig": {
  56. "root": true,
  57. "env": {
  58. "node": true
  59. },
  60. "globals": {
  61. "APP_CONFIG": true
  62. },
  63. "extends": [
  64. "plugin:vue/vue3-essential"
  65. ],
  66. "parserOptions": {
  67. "parser": "@babel/eslint-parser"
  68. },
  69. "rules": {
  70. "indent": 0,
  71. "no-tabs": 0,
  72. "no-mixed-spaces-and-tabs": 0,
  73. "vue/no-unused-components": 0,
  74. "vue/multi-word-component-names": 0
  75. }
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions",
  80. "not dead",
  81. "not ie 11"
  82. ]
  83. }