package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "4.5.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
  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. "svgo": "svgo -f src/assets/svg -o src/assets/svg",
  15. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  16. "clean:cache": "rimraf node_modules && rimraf .eslintcache && pnpm install",
  17. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  18. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  20. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  21. "lint:pretty": "pretty-quick --staged",
  22. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  23. "prepare": "husky install",
  24. "preinstall": "npx only-allow pnpm"
  25. },
  26. "browserslist": [
  27. "> 1%",
  28. "not ie 11",
  29. "not op_mini all"
  30. ],
  31. "dependencies": {
  32. "@amap/amap-jsapi-loader": "^1.0.1",
  33. "@howdyjs/mouse-menu": "^2.0.9",
  34. "@logicflow/core": "^1.2.13",
  35. "@logicflow/extension": "^1.2.14",
  36. "@pureadmin/descriptions": "^1.1.1",
  37. "@pureadmin/table": "^2.3.3",
  38. "@pureadmin/utils": "^1.9.7",
  39. "@vueuse/core": "^10.4.1",
  40. "@vueuse/motion": "^2.0.0",
  41. "@wangeditor/editor": "^5.1.23",
  42. "@wangeditor/editor-for-vue": "^5.1.12",
  43. "@zxcvbn-ts/core": "^3.0.3",
  44. "animate.css": "^4.1.1",
  45. "axios": "^1.5.0",
  46. "china-area-data": "^5.0.1",
  47. "cropperjs": "^1.6.0",
  48. "dayjs": "^1.11.9",
  49. "echarts": "^5.4.3",
  50. "el-table-infinite-scroll": "^3.0.1",
  51. "element-plus": "^2.3.14",
  52. "intro.js": "^7.2.0",
  53. "js-cookie": "^3.0.5",
  54. "jsbarcode": "^3.11.5",
  55. "md-editor-v3": "2.7.2",
  56. "mint-filter": "^4.0.3",
  57. "mitt": "^3.0.1",
  58. "mockjs": "^1.1.0",
  59. "nprogress": "^0.2.0",
  60. "path": "^0.12.7",
  61. "pinia": "^2.1.6",
  62. "pinyin-pro": "^3.16.6",
  63. "qrcode": "^1.5.3",
  64. "qs": "^6.11.2",
  65. "responsive-storage": "^2.2.0",
  66. "sortablejs": "^1.15.0",
  67. "swiper": "^10.2.0",
  68. "typeit": "^8.7.1",
  69. "v-contextmenu": "3.0.0",
  70. "v3-infinite-loading": "^1.3.1",
  71. "version-rocket": "^1.7.0",
  72. "vue": "^3.3.4",
  73. "vue-i18n": "^9.4.1",
  74. "vue-json-pretty": "^2.2.4",
  75. "vue-pdf-embed": "^1.1.6",
  76. "vue-router": "^4.2.4",
  77. "vue-tippy": "^6.3.1",
  78. "vue-types": "^5.1.1",
  79. "vue-virtual-scroller": "2.0.0-beta.7",
  80. "vue-waterfall-plugin-next": "^2.2.3",
  81. "vue3-danmaku": "^1.6.0",
  82. "vuedraggable": "^4.1.0",
  83. "wavesurfer.js": "^7.3.2",
  84. "xgplayer": "^3.0.9",
  85. "xlsx": "^0.18.5"
  86. },
  87. "devDependencies": {
  88. "@commitlint/cli": "^17.7.1",
  89. "@commitlint/config-conventional": "^17.7.0",
  90. "@iconify-icons/ep": "^1.2.12",
  91. "@iconify-icons/ri": "^1.2.10",
  92. "@iconify/vue": "^4.1.1",
  93. "@intlify/unplugin-vue-i18n": "^0.11.0",
  94. "@pureadmin/theme": "^3.1.0",
  95. "@types/intro.js": "^5.1.1",
  96. "@types/js-cookie": "^3.0.4",
  97. "@types/mockjs": "^1.0.7",
  98. "@types/node": "^18.17.17",
  99. "@types/nprogress": "0.2.0",
  100. "@types/qrcode": "^1.5.2",
  101. "@types/qs": "^6.9.8",
  102. "@types/sortablejs": "^1.15.2",
  103. "@typescript-eslint/eslint-plugin": "^5.62.0",
  104. "@typescript-eslint/parser": "^5.62.0",
  105. "@vitejs/plugin-vue": "^4.3.4",
  106. "@vitejs/plugin-vue-jsx": "^3.0.2",
  107. "@vue/eslint-config-prettier": "^7.1.0",
  108. "@vue/eslint-config-typescript": "^11.0.3",
  109. "autoprefixer": "^10.4.15",
  110. "cloc": "^2.11.0",
  111. "cssnano": "^6.0.1",
  112. "eslint": "^8.49.0",
  113. "eslint-plugin-prettier": "^4.2.1",
  114. "eslint-plugin-vue": "^9.17.0",
  115. "husky": "^8.0.3",
  116. "lint-staged": "^13.3.0",
  117. "picocolors": "^1.0.0",
  118. "postcss": "^8.4.29",
  119. "postcss-html": "^1.5.0",
  120. "postcss-import": "^15.1.0",
  121. "postcss-scss": "^4.0.8",
  122. "prettier": "^2.8.8",
  123. "pretty-quick": "^3.1.3",
  124. "rimraf": "^5.0.1",
  125. "rollup-plugin-visualizer": "^5.9.2",
  126. "sass": "^1.67.0",
  127. "sass-loader": "^13.3.2",
  128. "stylelint": "^15.10.3",
  129. "stylelint-config-html": "^1.1.0",
  130. "stylelint-config-recess-order": "^4.3.0",
  131. "stylelint-config-recommended": "^12.0.0",
  132. "stylelint-config-recommended-scss": "^12.0.0",
  133. "stylelint-config-recommended-vue": "^1.5.0",
  134. "stylelint-config-standard": "^33.0.0",
  135. "stylelint-config-standard-scss": "^9.0.0",
  136. "stylelint-order": "^6.0.3",
  137. "stylelint-prettier": "^3.0.0",
  138. "stylelint-scss": "^5.2.1",
  139. "svgo": "^3.0.2",
  140. "tailwindcss": "^3.3.3",
  141. "terser": "^5.19.4",
  142. "typescript": "5.0.4",
  143. "vite": "^4.4.9",
  144. "vite-plugin-cdn-import": "^0.3.5",
  145. "vite-plugin-compression": "^0.5.1",
  146. "vite-plugin-mock": "2.9.6",
  147. "vite-plugin-remove-console": "^2.1.1",
  148. "vite-svg-loader": "^4.0.0",
  149. "vue-eslint-parser": "^9.3.1",
  150. "vue-tsc": "^1.8.11"
  151. },
  152. "pnpm": {
  153. "peerDependencyRules": {
  154. "ignoreMissing": [
  155. "rollup",
  156. "webpack",
  157. "core-js"
  158. ]
  159. },
  160. "allowedDeprecatedVersions": {
  161. "sourcemap-codec": "*",
  162. "w3c-hr-time": "*",
  163. "stable": "*"
  164. }
  165. },
  166. "repository": "git@github.com:pure-admin/vue-pure-admin.git",
  167. "author": "xiaoxian521",
  168. "license": "MIT"
  169. }