package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "js-cookie": "^3.0.1",
  21. "js-table2excel": "^1.0.3",
  22. "jsencrypt": "^3.3.2",
  23. "lodash": "^4.17.21",
  24. "mitt": "^3.0.0",
  25. "nprogress": "^0.2.0",
  26. "pinia": "^2.0.33",
  27. "print-js": "^1.6.0",
  28. "qrcodejs2-fixes": "^0.0.2",
  29. "qs": "^6.11.1",
  30. "screenfull": "^6.0.2",
  31. "sortablejs": "^1.15.0",
  32. "splitpanes": "^3.1.5",
  33. "vue": "^3.2.47",
  34. "vue-clipboard3": "^2.0.0",
  35. "vue-grid-layout": "^3.0.0-beta1",
  36. "vue-i18n": "^9.2.2",
  37. "vue-router": "^4.1.6",
  38. "vue3-image-preview": "^0.2.5",
  39. "vuedraggable": "^4.1.0",
  40. "yarn": "^1.22.19"
  41. },
  42. "devDependencies": {
  43. "@types/node": "^18.15.0",
  44. "@types/nprogress": "^0.2.0",
  45. "@types/sortablejs": "^1.15.0",
  46. "@typescript-eslint/eslint-plugin": "^5.54.1",
  47. "@typescript-eslint/parser": "^5.54.1",
  48. "@vitejs/plugin-vue": "^4.0.0",
  49. "@vue/compiler-sfc": "^3.2.47",
  50. "eslint": "8.22.0",
  51. "eslint-plugin-vue": "^9.9.0",
  52. "prettier": "^2.8.4",
  53. "sass": "^1.58.3",
  54. "typescript": "^4.9.5",
  55. "vite": "^4.1.4",
  56. "vue-eslint-parser": "^9.1.0"
  57. },
  58. "browserslist": [
  59. "> 1%",
  60. "last 2 versions",
  61. "not dead"
  62. ],
  63. "bugs": {},
  64. "engines": {
  65. "node": ">=16.0.0",
  66. "npm": ">= 7.0.0"
  67. },
  68. "keywords": [
  69. "vue",
  70. "vue3",
  71. "vuejs/vue-next",
  72. "element-ui",
  73. "element-plus",
  74. "vue-next-admin",
  75. "next-admin"
  76. ],
  77. "repository": {
  78. "type": "git"
  79. }
  80. }