package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.3.0",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  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.10",
  14. "@wangeditor/editor-for-vue": "^5.1.11",
  15. "@microsoft/signalr": "^6.0.10",
  16. "axios": "^1.1.3",
  17. "countup.js": "^2.3.2",
  18. "cropperjs": "^1.5.12",
  19. "echarts": "^5.4.0",
  20. "echarts-gl": "^2.0.9",
  21. "echarts-wordcloud": "^2.0.0",
  22. "element-plus": "^2.2.21",
  23. "js-cookie": "^3.0.1",
  24. "jsplumb": "^2.15.6",
  25. "mitt": "^3.0.0",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^2.0.23",
  28. "print-js": "^1.6.0",
  29. "qrcodejs2-fixes": "^0.0.2",
  30. "screenfull": "^6.0.2",
  31. "sortablejs": "^1.15.0",
  32. "splitpanes": "^3.1.5",
  33. "vform3-builds": "^3.0.8",
  34. "vue": "^3.2.45",
  35. "vue-clipboard3": "^2.0.0",
  36. "vue-grid-layout": "^3.0.0-beta1",
  37. "vue-i18n": "^9.2.2",
  38. "vue-router": "^4.1.6",
  39. "vue-json-pretty": "^2.2.2",
  40. "vue-signature-pad": "^3.0.2",
  41. "vue3-tree-org": "^4.1.1",
  42. "animate.css": "^4.1.1",
  43. "monaco-editor": "^0.34.1"
  44. },
  45. "devDependencies": {
  46. "@types/node": "^18.11.9",
  47. "@types/nprogress": "^0.2.0",
  48. "@types/sortablejs": "^1.15.0",
  49. "@typescript-eslint/eslint-plugin": "^5.43.0",
  50. "@typescript-eslint/parser": "^5.43.0",
  51. "@vitejs/plugin-vue": "^3.2.0",
  52. "@vue/compiler-sfc": "^3.2.45",
  53. "dotenv": "^16.0.3",
  54. "eslint": "^8.27.0",
  55. "eslint-plugin-vue": "^9.7.0",
  56. "prettier": "^2.7.1",
  57. "sass": "^1.56.1",
  58. "sass-loader": "^13.2.0",
  59. "typescript": "^4.9.3",
  60. "vite": "^3.2.4",
  61. "vue-eslint-parser": "^9.1.0"
  62. },
  63. "browserslist": [
  64. "> 1%",
  65. "last 2 versions",
  66. "not dead"
  67. ],
  68. "bugs": {
  69. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  70. },
  71. "engines": {
  72. "node": ">=12.0.0",
  73. "npm": ">= 6.0.0"
  74. },
  75. "keywords": [
  76. "vue",
  77. "vue3",
  78. "vuejs/vue-next",
  79. "element-ui",
  80. "element-plus",
  81. "vue-next-admin",
  82. "next-admin"
  83. ],
  84. "repository": {
  85. "type": "git",
  86. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  87. }
  88. }