package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "vue-element-plus-admin",
  3. "version": "2.3.0",
  4. "description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
  5. "author": "Archer <502431556@qq.com>",
  6. "private": false,
  7. "scripts": {
  8. "i": "pnpm install",
  9. "dev": "vite --mode base",
  10. "ts:check": "vue-tsc --noEmit --skipLibCheck",
  11. "build:pro": "vite build --mode pro",
  12. "build:gitee": "vite build --mode gitee",
  13. "build:dev": "vite build --mode dev",
  14. "build:test": "npm run ts:check && vite build --mode test",
  15. "serve:pro": "vite preview --mode pro",
  16. "serve:dev": "vite preview --mode dev",
  17. "serve:test": "vite preview --mode test",
  18. "npm:check": "npx npm-check-updates",
  19. "clean": "npx rimraf node_modules",
  20. "clean:cache": "npx rimraf node_modules/.cache",
  21. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  22. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
  23. "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  24. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  25. "prepare": "husky install",
  26. "p": "plop",
  27. "icon": "esno ./scripts/icon.ts"
  28. },
  29. "dependencies": {
  30. "@iconify/iconify": "^3.1.1",
  31. "@iconify/vue": "^4.1.1",
  32. "@vueuse/core": "^10.4.1",
  33. "@wangeditor/editor": "^5.1.23",
  34. "@wangeditor/editor-for-vue": "^5.1.10",
  35. "@zxcvbn-ts/core": "^3.0.4",
  36. "animate.css": "^4.1.1",
  37. "axios": "^1.5.0",
  38. "dayjs": "^1.11.10",
  39. "driver.js": "^1.3.0",
  40. "echarts": "^5.4.3",
  41. "echarts-wordcloud": "^2.1.0",
  42. "element-plus": "^2.3.14",
  43. "lodash-es": "^4.17.21",
  44. "mitt": "^3.0.1",
  45. "mockjs": "^1.1.0",
  46. "moment": "^2.29.4",
  47. "nprogress": "^0.2.0",
  48. "pinia": "^2.1.6",
  49. "pinia-plugin-persist": "^1.0.0",
  50. "qrcode": "^1.5.3",
  51. "qs": "^6.11.2",
  52. "spark-md5": "^3.0.2",
  53. "url": "^0.11.3",
  54. "vue": "3.3.4",
  55. "vue-i18n": "9.4.1",
  56. "vue-json-pretty": "^2.2.4",
  57. "vue-router": "^4.2.5",
  58. "vue-types": "^5.1.1"
  59. },
  60. "devDependencies": {
  61. "@commitlint/cli": "^17.7.1",
  62. "@commitlint/config-conventional": "^17.7.0",
  63. "@iconify/json": "^2.2.119",
  64. "@intlify/unplugin-vue-i18n": "^1.2.0",
  65. "@purge-icons/generated": "^0.9.0",
  66. "@types/fs-extra": "^11.0.2",
  67. "@types/inquirer": "^9.0.3",
  68. "@types/lodash-es": "^4.17.9",
  69. "@types/node": "^20.6.5",
  70. "@types/nprogress": "^0.2.1",
  71. "@types/qrcode": "^1.5.2",
  72. "@types/qs": "^6.9.8",
  73. "@types/sortablejs": "^1.15.2",
  74. "@typescript-eslint/eslint-plugin": "^6.7.2",
  75. "@typescript-eslint/parser": "^6.7.2",
  76. "@unocss/transformer-variant-group": "^0.56.1",
  77. "@vitejs/plugin-legacy": "^4.1.1",
  78. "@vitejs/plugin-vue": "^4.3.4",
  79. "@vitejs/plugin-vue-jsx": "^3.0.2",
  80. "autoprefixer": "^10.4.16",
  81. "chalk": "^5.3.0",
  82. "consola": "^3.2.3",
  83. "eslint": "^8.50.0",
  84. "eslint-config-prettier": "^9.0.0",
  85. "eslint-define-config": "^1.23.0",
  86. "eslint-plugin-prettier": "^5.0.0",
  87. "eslint-plugin-vue": "^9.17.0",
  88. "esno": "^0.17.0",
  89. "fs-extra": "^11.1.1",
  90. "husky": "^8.0.3",
  91. "inquirer": "^9.2.11",
  92. "less": "^4.2.0",
  93. "lint-staged": "^14.0.1",
  94. "plop": "^4.0.0",
  95. "postcss": "^8.4.30",
  96. "postcss-html": "^1.5.0",
  97. "postcss-less": "^6.0.0",
  98. "prettier": "^3.0.3",
  99. "rimraf": "^5.0.1",
  100. "rollup": "^3.29.3",
  101. "stylelint": "^15.10.3",
  102. "stylelint-config-html": "^1.1.0",
  103. "stylelint-config-recommended": "^13.0.0",
  104. "stylelint-config-standard": "^34.0.0",
  105. "stylelint-order": "^6.0.3",
  106. "terser": "^5.20.0",
  107. "typescript": "5.2.2",
  108. "unocss": "^0.56.1",
  109. "vite": "4.4.9",
  110. "vite-plugin-ejs": "^1.6.4",
  111. "vite-plugin-eslint": "^1.8.1",
  112. "vite-plugin-mock": "~2.9.6",
  113. "vite-plugin-progress": "^0.0.7",
  114. "vite-plugin-purge-icons": "^0.9.2",
  115. "vite-plugin-style-import": "2.0.0",
  116. "vite-plugin-svg-icons": "^2.0.1",
  117. "vue-tsc": "^1.8.13"
  118. },
  119. "engines": {
  120. "node": ">= 14.18.0"
  121. },
  122. "license": "MIT",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
  126. },
  127. "bugs": {
  128. "url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
  129. },
  130. "homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
  131. }