package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name": "vue-element-plus-admin",
  3. "version": "2.8.1",
  4. "description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
  5. "author": "Archer <502431556@qq.com>",
  6. "private": false,
  7. "type": "module",
  8. "scripts": {
  9. "i": "pnpm install",
  10. "dev": "pnpm vite --mode base",
  11. "ts:check": "pnpm vue-tsc --noEmit --skipLibCheck",
  12. "build:pro": "pnpm vite build --mode pro",
  13. "build:gitee": "pnpm vite build --mode gitee",
  14. "build:dev": "pnpm vite build --mode dev",
  15. "build:test": "pnpm vite build --mode test",
  16. "serve:pro": "pnpm vite preview --mode pro",
  17. "serve:dev": "pnpm vite preview --mode dev",
  18. "serve:test": "pnpm vite preview --mode test",
  19. "npm:check": "pnpx npm-check-updates -u",
  20. "clean": "pnpx rimraf node_modules",
  21. "clean:cache": "pnpx rimraf node_modules/.cache",
  22. "lint:eslint": "eslint . --fix \"src/**/*.{js,ts,tsx,vue,html}\"",
  23. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
  24. "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  25. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.cjs",
  26. "prepare": "husky install",
  27. "p": "plop",
  28. "icon": "esno ./scripts/icon.ts"
  29. },
  30. "dependencies": {
  31. "@iconify/iconify": "^3.1.1",
  32. "@iconify/vue": "^4.1.2",
  33. "@vueuse/core": "^10.11.1",
  34. "@wangeditor/editor": "^5.1.23",
  35. "@wangeditor/editor-for-vue": "^5.1.12",
  36. "@zxcvbn-ts/core": "^3.0.4",
  37. "animate.css": "^4.1.1",
  38. "axios": "^1.7.8",
  39. "cropperjs": "^1.6.2",
  40. "crypto-js": "^4.2.0",
  41. "dayjs": "^1.11.13",
  42. "driver.js": "^1.3.1",
  43. "echarts": "^5.5.1",
  44. "echarts-wordcloud": "^2.1.0",
  45. "element-plus": "^2.9.1",
  46. "lodash-es": "^4.17.21",
  47. "mitt": "^3.0.1",
  48. "monaco-editor": "^0.50.0",
  49. "nprogress": "^0.2.0",
  50. "pinia": "^2.2.6",
  51. "pinia-plugin-persistedstate": "^3.2.3",
  52. "qrcode": "^1.5.4",
  53. "qs": "^6.13.1",
  54. "tlbs-map-vue": "^1.2.1",
  55. "url": "^0.11.4",
  56. "vue": "^3.5.13",
  57. "vue-draggable-plus": "^0.5.6",
  58. "vue-i18n": "9.13.1",
  59. "vue-json-pretty": "^2.4.0",
  60. "vue-router": "^4.5.0",
  61. "vue-types": "^5.1.3",
  62. "xgplayer": "^3.0.20"
  63. },
  64. "devDependencies": {
  65. "@commitlint/cli": "^19.6.0",
  66. "@commitlint/config-conventional": "^19.6.0",
  67. "@iconify/json": "^2.2.276",
  68. "@intlify/unplugin-vue-i18n": "^4.0.0",
  69. "@types/fs-extra": "^11.0.4",
  70. "@types/inquirer": "^9.0.7",
  71. "@types/lodash-es": "^4.17.12",
  72. "@types/mockjs": "^1.0.10",
  73. "@types/node": "^20.17.8",
  74. "@types/nprogress": "^0.2.3",
  75. "@types/qrcode": "^1.5.5",
  76. "@types/qs": "^6.9.17",
  77. "@types/sortablejs": "^1.15.8",
  78. "@typescript-eslint/eslint-plugin": "^7.18.0",
  79. "@typescript-eslint/parser": "^7.18.0",
  80. "@unocss/transformer-variant-group": "^0.61.9",
  81. "@vitejs/plugin-legacy": "^5.4.3",
  82. "@vitejs/plugin-vue": "^5.2.1",
  83. "@vitejs/plugin-vue-jsx": "^4.1.1",
  84. "autoprefixer": "^10.4.20",
  85. "chalk": "^5.3.0",
  86. "consola": "^3.2.3",
  87. "eslint": "^9.15.0",
  88. "eslint-config-prettier": "^9.1.0",
  89. "eslint-define-config": "^2.1.0",
  90. "eslint-plugin-prettier": "^5.2.1",
  91. "eslint-plugin-vue": "^9.31.0",
  92. "esno": "^4.8.0",
  93. "fs-extra": "^11.2.0",
  94. "husky": "^9.1.7",
  95. "inquirer": "^10.2.2",
  96. "less": "^4.2.1",
  97. "lint-staged": "^15.2.10",
  98. "mockjs": "^1.1.0",
  99. "plop": "^4.0.1",
  100. "postcss": "^8.4.49",
  101. "postcss-html": "^1.7.0",
  102. "postcss-less": "^6.0.0",
  103. "prettier": "^3.4.1",
  104. "rimraf": "^6.0.1",
  105. "rollup": "^4.27.4",
  106. "rollup-plugin-visualizer": "^5.12.0",
  107. "stylelint": "^16.10.0",
  108. "stylelint-config-html": "^1.1.0",
  109. "stylelint-config-recommended": "^14.0.1",
  110. "stylelint-config-standard": "^36.0.1",
  111. "stylelint-order": "^6.0.4",
  112. "terser": "^5.36.0",
  113. "typescript": "5.5.3",
  114. "typescript-eslint": "^7.18.0",
  115. "unocss": "^0.61.9",
  116. "vite": "5.3.4",
  117. "vite-plugin-ejs": "^1.7.0",
  118. "vite-plugin-eslint": "^1.8.1",
  119. "vite-plugin-mock": "2.9.6",
  120. "vite-plugin-progress": "^0.0.7",
  121. "vite-plugin-purge-icons": "^0.10.0",
  122. "vite-plugin-style-import": "2.0.0",
  123. "vite-plugin-svg-icons": "^2.0.1",
  124. "vite-plugin-url-copy": "^1.1.4",
  125. "vue-tsc": "^2.1.10"
  126. },
  127. "packageManager": "pnpm@8.1.0",
  128. "engines": {
  129. "node": ">=18.0.0",
  130. "pnpm": ">=8.1.0"
  131. },
  132. "license": "MIT",
  133. "repository": {
  134. "type": "git",
  135. "url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
  136. },
  137. "bugs": {
  138. "url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
  139. },
  140. "homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
  141. }