package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "web",
  3. "version": "1.0.2.4.31",
  4. "description": "admin",
  5. "license": "MIT",
  6. "scripts": {
  7. "dev": "vite --force",
  8. "build": "vite build",
  9. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src"
  10. },
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.1.0",
  13. "@wangeditor/editor": "^5.1.23",
  14. "@wangeditor/editor-for-vue": "^5.1.12",
  15. "axios": "^1.3.4",
  16. "countup.js": "^2.5.0",
  17. "echarts": "^5.4.1",
  18. "echarts-gl": "^2.0.9",
  19. "element-plus": "^2.3.9",
  20. "html2canvas": "^1.4.1",
  21. "js-cookie": "^3.0.1",
  22. "js-table2excel": "^1.0.3",
  23. "jsencrypt": "^3.3.2",
  24. "jspdf": "^2.5.1",
  25. "lodash": "^4.17.21",
  26. "mitt": "^3.0.0",
  27. "nprogress": "^0.2.0",
  28. "pinia": "^2.0.33",
  29. "print-js": "^1.6.0",
  30. "qrcodejs2-fixes": "^0.0.2",
  31. "qs": "^6.11.1",
  32. "screenfull": "^6.0.2",
  33. "sortablejs": "^1.15.0",
  34. "splitpanes": "^3.1.5",
  35. "vue": "^3.2.47",
  36. "vue-clipboard3": "^2.0.0",
  37. "vue-grid-layout": "^3.0.0-beta1",
  38. "vue-i18n": "^9.2.2",
  39. "vue-router": "^4.1.6",
  40. "vue3-image-preview": "^0.2.5",
  41. "vuedraggable": "^4.1.0",
  42. "yarn": "^1.22.19"
  43. },
  44. "devDependencies": {
  45. "@types/node": "^18.15.0",
  46. "@types/nprogress": "^0.2.0",
  47. "@types/sortablejs": "^1.15.0",
  48. "@typescript-eslint/eslint-plugin": "^5.54.1",
  49. "@typescript-eslint/parser": "^5.54.1",
  50. "@vitejs/plugin-vue": "^4.0.0",
  51. "@vue/compiler-sfc": "^3.2.47",
  52. "eslint": "8.22.0",
  53. "eslint-plugin-vue": "^9.9.0",
  54. "prettier": "^2.8.4",
  55. "sass": "^1.58.3",
  56. "typescript": "^4.9.5",
  57. "vite": "^4.1.4",
  58. "vue-eslint-parser": "^9.1.0"
  59. },
  60. "browserslist": [
  61. "> 1%",
  62. "last 2 versions",
  63. "not dead"
  64. ],
  65. "bugs": {},
  66. "engines": {
  67. "node": ">=16.0.0",
  68. "npm": ">= 7.0.0"
  69. },
  70. "keywords": [
  71. "vue",
  72. "vue3",
  73. "vuejs/vue-next",
  74. "element-ui",
  75. "element-plus",
  76. "vue-next-admin",
  77. "next-admin"
  78. ],
  79. "repository": {
  80. "type": "git"
  81. }
  82. }