package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "call_center",
  3. "version": "1.0.0",
  4. "description": "callCenter",
  5. "author": "zc",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.0.6",
  14. "@microsoft/signalr": "^6.0.8",
  15. "@wangeditor/editor": "^5.1.14",
  16. "@wangeditor/editor-for-vue": "^5.1.12",
  17. "axios": "^0.27.2",
  18. "echarts": "^5.3.3",
  19. "element-plus": "^2.2.9",
  20. "file-saver": "^2.0.5",
  21. "js-cookie": "^3.0.1",
  22. "mitt": "^3.0.0",
  23. "nprogress": "^0.2.0",
  24. "pinia": "^2.0.14",
  25. "qrcodejs2-fixes": "^0.0.2",
  26. "screenfull": "^6.0.2",
  27. "sortablejs": "^1.15.0",
  28. "v-viewer": "^3.0.10",
  29. "vue": "^3.2.37",
  30. "vue-clipboard3": "^2.0.0",
  31. "vue-lazyload-next": "^0.0.2",
  32. "vue-router": "^4.1.1",
  33. "vue3-tree-org": "^3.3.2",
  34. "webpack": "^5.0.0",
  35. "xlsx": "^0.18.5",
  36. "xlsx-js-style": "^1.2.0"
  37. },
  38. "devDependencies": {
  39. "@types/node": "^18.0.3",
  40. "@types/nprogress": "^0.2.0",
  41. "@typescript-eslint/eslint-plugin": "^5.30.5",
  42. "@typescript-eslint/parser": "^5.30.5",
  43. "@vitejs/plugin-vue": "^2.3.3",
  44. "@vue/compiler-sfc": "^3.2.37",
  45. "dotenv": "^16.0.1",
  46. "eslint": "^8.19.0",
  47. "eslint-plugin-vue": "^9.2.0",
  48. "prettier": "^2.7.1",
  49. "sass": "^1.53.0",
  50. "sass-loader": "^13.0.2",
  51. "typescript": "^4.7.4",
  52. "vite": "^2.9.14",
  53. "vite-plugin-vue-setup-extend": "^0.4.0",
  54. "vue-eslint-parser": "^9.0.3"
  55. },
  56. "browserslist": [
  57. "> 1%",
  58. "last 2 versions",
  59. "not dead"
  60. ],
  61. "engines": {
  62. "node": ">=12.0.0",
  63. "npm": ">= 6.0.0"
  64. }
  65. }