package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "3.5.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
  9. "build:staging": "rimraf dist && vite build --mode staging",
  10. "report": "rimraf dist && vite build",
  11. "preview": "vite preview",
  12. "preview:build": "pnpm build && vite preview",
  13. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  14. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  15. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  16. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  17. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  18. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  19. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  20. "lint:pretty": "pretty-quick --staged",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  22. "prepare": "husky install",
  23. "preinstall": "npx only-allow pnpm"
  24. },
  25. "browserslist": [
  26. "> 1%",
  27. "not ie 11",
  28. "not op_mini all"
  29. ],
  30. "dependencies": {
  31. "@amap/amap-jsapi-loader": "^1.0.1",
  32. "@ctrl/tinycolor": "^3.4.1",
  33. "@logicflow/core": "^1.1.29",
  34. "@logicflow/extension": "^1.1.29",
  35. "@pureadmin/components": "^1.1.0",
  36. "@pureadmin/descriptions": "^1.1.0",
  37. "@pureadmin/table": "^1.2.0",
  38. "@pureadmin/utils": "^0.1.2",
  39. "@vueuse/core": "^9.3.0",
  40. "@vueuse/motion": "^2.0.0-beta.12",
  41. "@vueuse/shared": "^9.3.0",
  42. "@wangeditor/editor": "^5.1.21",
  43. "@wangeditor/editor-for-vue": "^5.1.12",
  44. "animate.css": "^4.1.1",
  45. "axios": "^0.27.2",
  46. "china-area-data": "^5.0.1",
  47. "cropperjs": "^1.5.12",
  48. "dayjs": "^1.11.5",
  49. "driver.js": "^0.9.8",
  50. "echarts": "^5.4.0",
  51. "el-table-infinite-scroll": "^3.0.1",
  52. "element-plus": "^2.2.17",
  53. "element-resize-detector": "^1.2.3",
  54. "js-cookie": "^3.0.1",
  55. "jsbarcode": "^3.11.5",
  56. "lodash": "^4.17.21",
  57. "lodash-es": "^4.17.21",
  58. "lodash-unified": "^1.0.2",
  59. "mitt": "^3.0.0",
  60. "mockjs": "^1.1.0",
  61. "nprogress": "^0.2.0",
  62. "path": "^0.12.7",
  63. "pinia": "^2.0.22",
  64. "qrcode": "^1.5.1",
  65. "qs": "^6.11.0",
  66. "resize-observer-polyfill": "^1.5.1",
  67. "responsive-storage": "^2.1.0",
  68. "sortablejs": "^1.15.0",
  69. "swiper": "^8.4.3",
  70. "v-contextmenu": "3.0.0",
  71. "vue": "^3.2.40",
  72. "vue-form-create2": "^1.2.8",
  73. "vue-i18n": "^9.2.2",
  74. "vue-json-pretty": "^2.1.1",
  75. "vue-pdf-embed": "^1.1.4",
  76. "vue-router": "^4.1.5",
  77. "vue-types": "^4.2.1",
  78. "vue-virtual-scroller": "^2.0.0-alpha.1",
  79. "vue3-count-to": "^1.1.2",
  80. "vuedraggable": "^4.1.0",
  81. "vxe-table": "^4.3.5",
  82. "xe-utils": "^3.5.7",
  83. "xgplayer": "^2.32.0",
  84. "xlsx": "^0.18.5"
  85. },
  86. "devDependencies": {
  87. "@commitlint/cli": "13.1.0",
  88. "@commitlint/config-conventional": "13.1.0",
  89. "@faker-js/faker": "^7.5.0",
  90. "@iconify-icons/carbon": "^1.2.8",
  91. "@iconify-icons/ep": "^1.2.7",
  92. "@iconify-icons/fa": "^1.2.3",
  93. "@iconify-icons/fa-solid": "^1.2.3",
  94. "@iconify-icons/fluent": "^1.2.16",
  95. "@iconify-icons/mdi": "^1.2.8",
  96. "@iconify-icons/ri": "^1.2.3",
  97. "@iconify-icons/uil": "^1.2.2",
  98. "@iconify/vue": "^3.2.1",
  99. "@intlify/vite-plugin-vue-i18n": "^6.0.3",
  100. "@pureadmin/theme": "^2.4.0",
  101. "@types/element-resize-detector": "1.1.3",
  102. "@types/js-cookie": "^3.0.1",
  103. "@types/lodash": "^4.14.180",
  104. "@types/lodash-es": "^4.17.6",
  105. "@types/mockjs": "1.0.3",
  106. "@types/node": "14.14.14",
  107. "@types/nprogress": "0.2.0",
  108. "@types/qrcode": "^1.4.2",
  109. "@types/qs": "^6.9.7",
  110. "@types/sortablejs": "^1.13.0",
  111. "@typescript-eslint/eslint-plugin": "^5.10.2",
  112. "@typescript-eslint/parser": "^5.10.2",
  113. "@vitejs/plugin-legacy": "^2.2.0",
  114. "@vitejs/plugin-vue": "^3.1.2",
  115. "@vitejs/plugin-vue-jsx": "^2.0.1",
  116. "@vue/eslint-config-prettier": "^7.0.0",
  117. "@vue/eslint-config-typescript": "^10.0.0",
  118. "@vue/runtime-core": "^3.2.40",
  119. "autoprefixer": "^10.4.12",
  120. "cloc": "^2.10.0",
  121. "cssnano": "^5.1.13",
  122. "eslint": "^8.8.0",
  123. "eslint-plugin-prettier": "^4.0.0",
  124. "eslint-plugin-vue": "^8.4.1",
  125. "font-awesome": "^4.7.0",
  126. "husky": "^7.0.4",
  127. "lint-staged": "11.1.2",
  128. "picocolors": "^1.0.0",
  129. "postcss": "^8.4.17",
  130. "postcss-html": "^1.5.0",
  131. "postcss-import": "^15.0.0",
  132. "postcss-scss": "^4.0.5",
  133. "prettier": "^2.5.1",
  134. "pretty-quick": "3.1.1",
  135. "rimraf": "3.0.2",
  136. "rollup-plugin-visualizer": "^5.8.2",
  137. "sass": "^1.53.0",
  138. "sass-loader": "^13.0.2",
  139. "stylelint": "^14.3.0",
  140. "stylelint-config-html": "^1.0.0",
  141. "stylelint-config-prettier": "^9.0.3",
  142. "stylelint-config-recommended": "^6.0.0",
  143. "stylelint-config-standard": "^24.0.0",
  144. "stylelint-order": "^5.0.0",
  145. "tailwindcss": "^3.1.8",
  146. "terser": "^5.15.0",
  147. "typescript": "^4.7.4",
  148. "unplugin-vue-define-options": "0.7.3",
  149. "vite": "^3.1.6",
  150. "vite-plugin-mock": "^2.9.6",
  151. "vite-plugin-remove-console": "^1.1.0",
  152. "vite-plugin-svg-icons": "^2.0.1",
  153. "vite-svg-loader": "^3.6.0",
  154. "vue-eslint-parser": "^8.2.0",
  155. "vue-tsc": "^0.40.13"
  156. },
  157. "pnpm": {
  158. "peerDependencyRules": {
  159. "ignoreMissing": [
  160. "rollup",
  161. "webpack"
  162. ]
  163. }
  164. },
  165. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  166. "author": "xiaoxian521",
  167. "license": "MIT"
  168. }