package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.21",
  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. "@amap/amap-jsapi-loader": "^1.0.1",
  14. "@element-plus/icons-vue": "^2.1.0",
  15. "@types/lz-string": "^1.5.0",
  16. "@vitejs/plugin-legacy": "^4.0.2",
  17. "@vueuse/core": "^9.13.0",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^5.1.12",
  20. "axios": "1.2.1",
  21. "bignumber.js": "^9.1.1",
  22. "codemirror": "^5.65.12",
  23. "codemirror-editor-vue3": "^2.3.0",
  24. "countup.js": "^2.3.2",
  25. "cropperjs": "^1.5.13",
  26. "echarts": "^5.4.2",
  27. "echarts-gl": "^2.0.9",
  28. "echarts-wordcloud": "^2.1.0",
  29. "element-plus": "2.2.26",
  30. "file-saver": "^2.0.5",
  31. "js-cookie": "3.0.1",
  32. "js-table2excel": "^1.0.3",
  33. "jsplumb": "^2.15.6",
  34. "lodash": "^4.17.21",
  35. "mgmt-component-v3": "^0.0.149",
  36. "mgmt-helper": "^0.0.101",
  37. "mitt": "^3.0.0",
  38. "moment": "^2.29.4",
  39. "nprogress": "^0.2.0",
  40. "papaparse": "^5.4.1",
  41. "pinia": "2.0.28",
  42. "pinia-plugin-persist": "^1.0.0",
  43. "print-js": "^1.6.0",
  44. "qrcodejs2-fixes": "^0.0.2",
  45. "qs": "^6.11.0",
  46. "rollup-plugin-esbuild": "^5.0.0",
  47. "screenfull": "^6.0.2",
  48. "sortablejs": "^1.15.0",
  49. "splitpanes": "^3.1.5",
  50. "v-distpicker": "^2.1.0",
  51. "vue": "3.3.4",
  52. "vue-clipboard3": "^2.0.0",
  53. "vue-grid-layout": "^3.0.0-beta1",
  54. "vue-i18n": "^9.2.2",
  55. "vue-router": "^4.1.6",
  56. "vue3-json-viewer": "^2.2.2",
  57. "vue3-preview-image": "^1.1.8",
  58. "wangeditor": "^4.7.15",
  59. "xlsx": "^0.18.5"
  60. },
  61. "devDependencies": {
  62. "@types/codemirror": "^5.60.7",
  63. "@types/node": "^18.11.13",
  64. "@types/nprogress": "^0.2.0",
  65. "@types/papaparse": "^5.3.7",
  66. "@types/sortablejs": "^1.15.0",
  67. "@typescript-eslint/eslint-plugin": "^5.46.0",
  68. "@typescript-eslint/parser": "^5.46.0",
  69. "@vitejs/plugin-vue": "^4.0.0",
  70. "@vue/compiler-sfc": "^3.2.45",
  71. "eslint": "^8.29.0",
  72. "eslint-plugin-vue": "^9.8.0",
  73. "pinia-plugin-persistedstate": "^3.2.1",
  74. "prettier": "^2.8.1",
  75. "sass": "^1.53.0",
  76. "sass-loader": "^8.0.2",
  77. "terser": "^5.17.1",
  78. "typescript": "^4.9.4",
  79. "unplugin-auto-import": "^0.16.6",
  80. "unplugin-vue-components": "^0.25.1",
  81. "vite": "^4.0.0",
  82. "vite-plugin-require-transform": "^1.0.21",
  83. "vite-plugin-svg-icons": "^2.0.1",
  84. "vite-plugin-vue-setup-extend": "^0.4.0",
  85. "vue-eslint-parser": "^9.1.0"
  86. },
  87. "browserslist": [
  88. "chrome 63"
  89. ],
  90. "bugs": {
  91. "url": "https://x"
  92. },
  93. "engines": {
  94. "node": ">=16.0.0",
  95. "npm": ">= 7.0.0"
  96. },
  97. "keywords": [
  98. "vue",
  99. "vue3",
  100. "vuejs/vue-next",
  101. "element-ui",
  102. "element-plus",
  103. "vue-next-admin",
  104. "next-admin"
  105. ],
  106. "repository": {
  107. "type": "git",
  108. "url": ""
  109. }
  110. }