package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "vue-element-plus-admin",
  3. "version": "1.1.4",
  4. "description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案。",
  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",
  11. "build:pro": "vite build --mode pro",
  12. "build:gitee": "vite build --mode gitee",
  13. "build:dev": "npm run ts:check && 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. "lint:pretty": "pretty-quick --staged",
  26. "postinstall": "husky install"
  27. },
  28. "dependencies": {
  29. "@iconify/iconify": "^2.1.2",
  30. "@vueuse/core": "^7.7.0",
  31. "@wangeditor/editor": "^0.15.11",
  32. "@wangeditor/editor-for-vue": "^5.1.8-7",
  33. "@zxcvbn-ts/core": "^2.0.0",
  34. "animate.css": "^4.1.1",
  35. "axios": "^0.26.0",
  36. "echarts": "^5.3.0",
  37. "echarts-wordcloud": "^2.0.0",
  38. "element-plus": "2.0.4",
  39. "intro.js": "^5.0.0",
  40. "lodash-es": "^4.17.21",
  41. "mitt": "^3.0.0",
  42. "mockjs": "^1.1.0",
  43. "nprogress": "^0.2.0",
  44. "pinia": "^2.0.11",
  45. "pinia-plugin-persist": "^0.0.93",
  46. "qrcode": "^1.5.0",
  47. "qs": "^6.10.3",
  48. "vue": "3.2.31",
  49. "vue-i18n": "9.1.9",
  50. "vue-router": "^4.0.13",
  51. "vue-types": "^4.1.1",
  52. "web-storage-cache": "^1.1.1"
  53. },
  54. "devDependencies": {
  55. "@commitlint/cli": "^16.2.1",
  56. "@commitlint/config-conventional": "^16.2.1",
  57. "@iconify/json": "^2.1.8",
  58. "@intlify/vite-plugin-vue-i18n": "^3.3.1",
  59. "@purge-icons/generated": "^0.8.1",
  60. "@types/intro.js": "^3.0.2",
  61. "@types/lodash-es": "^4.17.6",
  62. "@types/node": "^17.0.21",
  63. "@types/nprogress": "^0.2.0",
  64. "@types/qrcode": "^1.4.2",
  65. "@types/qs": "^6.9.7",
  66. "@typescript-eslint/eslint-plugin": "^5.13.0",
  67. "@typescript-eslint/parser": "^5.13.0",
  68. "@vitejs/plugin-vue": "^2.2.4",
  69. "@vitejs/plugin-vue-jsx": "^1.3.8",
  70. "autoprefixer": "^10.4.2",
  71. "commitizen": "^4.2.4",
  72. "eslint": "^8.10.0",
  73. "eslint-config-prettier": "^8.4.0",
  74. "eslint-define-config": "^1.2.5",
  75. "eslint-plugin-prettier": "^4.0.0",
  76. "eslint-plugin-vue": "^8.5.0",
  77. "husky": "^7.0.4",
  78. "less": "^4.1.2",
  79. "lint-staged": "^12.3.4",
  80. "postcss": "^8.4.7",
  81. "postcss-html": "^1.3.0",
  82. "postcss-less": "^6.0.0",
  83. "prettier": "^2.5.1",
  84. "pretty-quick": "^3.1.3",
  85. "rimraf": "^3.0.2",
  86. "stylelint": "^14.5.3",
  87. "stylelint-config-html": "^1.0.0",
  88. "stylelint-config-prettier": "^9.0.3",
  89. "stylelint-config-standard": "^25.0.0",
  90. "stylelint-order": "^5.0.0",
  91. "typescript": "4.6.2",
  92. "unplugin-vue-define-options": "^0.4.0",
  93. "vite": "2.8.6",
  94. "vite-plugin-eslint": "^1.3.0",
  95. "vite-plugin-html": "^3.1.0",
  96. "vite-plugin-mock": "^2.9.6",
  97. "vite-plugin-purge-icons": "^0.8.1",
  98. "vite-plugin-style-import": "^1.4.1",
  99. "vite-plugin-svg-icons": "^2.0.1",
  100. "vite-plugin-windicss": "^1.8.1",
  101. "vue-tsc": "^0.32.1",
  102. "windicss": "^3.5.0",
  103. "windicss-analysis": "^0.3.5"
  104. },
  105. "engines": {
  106. "node": ">= 14.0.0"
  107. },
  108. "license": "MIT",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
  112. },
  113. "bugs": {
  114. "url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
  115. },
  116. "homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
  117. }