package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.2.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.6",
  14. "@wangeditor/editor": "^5.1.11",
  15. "axios": "^0.27.2",
  16. "countup.js": "^2.3.2",
  17. "cropperjs": "^1.5.12",
  18. "echarts": "^5.3.3",
  19. "echarts-gl": "^2.0.9",
  20. "echarts-wordcloud": "^2.0.0",
  21. "element-plus": "^2.2.9",
  22. "js-cookie": "^3.0.1",
  23. "jsplumb": "^2.15.6",
  24. "mitt": "^3.0.0",
  25. "nprogress": "^0.2.0",
  26. "pinia": "^2.0.16",
  27. "print-js": "^1.6.0",
  28. "qrcodejs2-fixes": "^0.0.2",
  29. "screenfull": "^6.0.2",
  30. "sortablejs": "^1.15.0",
  31. "splitpanes": "^3.1.1",
  32. "vform3-builds": "^3.0.8",
  33. "vue": "^3.2.37",
  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.2"
  38. },
  39. "devDependencies": {
  40. "@types/node": "^18.0.6",
  41. "@types/nprogress": "^0.2.0",
  42. "@types/sortablejs": "^1.13.0",
  43. "@typescript-eslint/eslint-plugin": "^5.30.7",
  44. "@typescript-eslint/parser": "^5.30.7",
  45. "@vitejs/plugin-vue": "^3.1.0",
  46. "@vue/compiler-sfc": "^3.2.37",
  47. "dotenv": "^16.0.1",
  48. "eslint": "^8.20.0",
  49. "eslint-plugin-vue": "^9.2.0",
  50. "prettier": "^2.7.1",
  51. "sass": "^1.53.0",
  52. "sass-loader": "^13.0.2",
  53. "typescript": "^4.7.4",
  54. "vite": "^3.0.4",
  55. "vue-eslint-parser": "^9.0.3"
  56. },
  57. "browserslist": [
  58. "> 1%",
  59. "last 2 versions",
  60. "not dead"
  61. ],
  62. "bugs": {
  63. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  64. },
  65. "engines": {
  66. "node": ">=12.0.0",
  67. "npm": ">= 6.0.0"
  68. },
  69. "keywords": [
  70. "vue",
  71. "vue3",
  72. "vuejs/vue-next",
  73. "element-ui",
  74. "element-plus",
  75. "vue-next-admin",
  76. "next-admin"
  77. ],
  78. "repository": {
  79. "type": "git",
  80. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  81. }
  82. }