package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "3.3.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env --max_old_space_size=4096 vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && cross-env vite build",
  9. "build:staging": "rimraf dist && cross-env vite build --mode staging",
  10. "report": "rimraf dist && cross-env vite build",
  11. "preview": "vite preview",
  12. "preview:build": "pnpm build && vite preview",
  13. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  14. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  15. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  16. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  17. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  18. "lint:pretty": "pretty-quick --staged",
  19. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  20. "prepare": "husky install",
  21. "preinstall": "npx only-allow pnpm"
  22. },
  23. "browserslist": [
  24. "> 1%",
  25. "not ie 11",
  26. "not op_mini all"
  27. ],
  28. "dependencies": {
  29. "@amap/amap-jsapi-loader": "^1.0.1",
  30. "@ctrl/tinycolor": "^3.4.1",
  31. "@logicflow/core": "^1.1.16",
  32. "@logicflow/extension": "^1.1.16",
  33. "@pureadmin/components": "^1.0.6",
  34. "@vueuse/core": "^8.5.0",
  35. "@vueuse/motion": "^2.0.0-beta.12",
  36. "@vueuse/shared": "^8.5.0",
  37. "@wangeditor/editor": "^5.0.1",
  38. "@wangeditor/editor-for-vue": "^5.1.10",
  39. "animate.css": "^4.1.1",
  40. "axios": "^0.27.2",
  41. "china-area-data": "^5.0.1",
  42. "cropperjs": "^1.5.12",
  43. "css-color-function": "^1.3.3",
  44. "dayjs": "^1.11.2",
  45. "driver.js": "^0.9.8",
  46. "echarts": "^5.3.2",
  47. "element-plus": "^2.2.2",
  48. "element-resize-detector": "^1.2.3",
  49. "js-cookie": "^3.0.1",
  50. "jsbarcode": "^3.11.5",
  51. "lodash": "^4.17.21",
  52. "lodash-es": "^4.17.21",
  53. "lodash-unified": "^1.0.2",
  54. "mitt": "^3.0.0",
  55. "mockjs": "^1.1.0",
  56. "nprogress": "^0.2.0",
  57. "path": "^0.12.7",
  58. "pinia": "^2.0.14",
  59. "qrcode": "^1.5.0",
  60. "qs": "^6.10.1",
  61. "resize-observer-polyfill": "^1.5.1",
  62. "responsive-storage": "^1.0.11",
  63. "rgb-hex": "^4.0.0",
  64. "swiper": "^8.1.4",
  65. "v-contextmenu": "3.0.0",
  66. "vue": "^3.2.36",
  67. "vue-form-create2": "^1.2.8",
  68. "vue-i18n": "^9.2.0-beta.35",
  69. "vue-json-pretty": "^2.0.2",
  70. "vue-pdf-embed": "^1.1.2",
  71. "vue-router": "^4.0.15",
  72. "vue-types": "^4.1.1",
  73. "vue-virtual-scroller": "^2.0.0-alpha.1",
  74. "vuedraggable": "4.1.0",
  75. "vxe-table": "^4.2.3",
  76. "xe-utils": "^3.5.4",
  77. "xgplayer": "^2.31.6"
  78. },
  79. "devDependencies": {
  80. "@commitlint/cli": "13.1.0",
  81. "@commitlint/config-conventional": "13.1.0",
  82. "@faker-js/faker": "^6.3.1",
  83. "@iconify-icons/carbon": "^1.2.4",
  84. "@iconify-icons/ep": "^1.2.4",
  85. "@iconify-icons/fa": "^1.2.2",
  86. "@iconify-icons/fa-solid": "^1.2.2",
  87. "@iconify-icons/fluent": "^1.2.5",
  88. "@iconify-icons/mdi": "^1.2.8",
  89. "@iconify-icons/ri": "^1.2.1",
  90. "@iconify-icons/uil": "^1.2.1",
  91. "@iconify/vue": "^3.2.1",
  92. "@intlify/vite-plugin-vue-i18n": "^3.4.0",
  93. "@pureadmin/theme": "^2.0.0",
  94. "@types/element-resize-detector": "1.1.3",
  95. "@types/js-cookie": "^3.0.1",
  96. "@types/lodash": "^4.14.180",
  97. "@types/lodash-es": "^4.17.6",
  98. "@types/mockjs": "1.0.3",
  99. "@types/node": "14.14.14",
  100. "@types/nprogress": "0.2.0",
  101. "@types/qrcode": "^1.4.2",
  102. "@types/qs": "^6.9.7",
  103. "@typescript-eslint/eslint-plugin": "^5.10.2",
  104. "@typescript-eslint/parser": "^5.10.2",
  105. "@vitejs/plugin-legacy": "^1.8.2",
  106. "@vitejs/plugin-vue": "^2.3.3",
  107. "@vitejs/plugin-vue-jsx": "^1.3.10",
  108. "@vue/eslint-config-prettier": "^7.0.0",
  109. "@vue/eslint-config-typescript": "^10.0.0",
  110. "autoprefixer": "^10.4.5",
  111. "cross-env": "7.0.3",
  112. "eslint": "^8.8.0",
  113. "eslint-plugin-prettier": "^4.0.0",
  114. "eslint-plugin-vue": "^8.4.1",
  115. "font-awesome": "^4.7.0",
  116. "husky": "^7.0.4",
  117. "lint-staged": "11.1.2",
  118. "picocolors": "^1.0.0",
  119. "postcss": "^8.4.6",
  120. "postcss-html": "^1.3.0",
  121. "postcss-import": "14.0.0",
  122. "postcss-scss": "^4.0.3",
  123. "prettier": "^2.5.1",
  124. "pretty-quick": "3.1.1",
  125. "rimraf": "3.0.2",
  126. "rollup": "^2.70.1",
  127. "rollup-plugin-visualizer": "^5.6.0",
  128. "sass": "^1.51.0",
  129. "stylelint": "^14.3.0",
  130. "stylelint-config-html": "^1.0.0",
  131. "stylelint-config-prettier": "^9.0.3",
  132. "stylelint-config-recommended": "^6.0.0",
  133. "stylelint-config-standard": "^24.0.0",
  134. "stylelint-order": "^5.0.0",
  135. "typescript": "^4.6.3",
  136. "unocss": "^0.33.4",
  137. "unplugin-vue-define-options": "^0.6.1",
  138. "vite": "^2.9.9",
  139. "vite-plugin-mock": "^2.9.6",
  140. "vite-plugin-remove-console": "^0.0.7",
  141. "vite-svg-loader": "^3.3.0",
  142. "vue-eslint-parser": "^8.2.0"
  143. },
  144. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  145. "author": "xiaoxian521",
  146. "license": "MIT"
  147. }