package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "4.5.0",
  4. "private": true,
  5. "keywords": [
  6. "vue-pure-admin",
  7. "element-plus",
  8. "tailwindcss",
  9. "pure-admin",
  10. "typescript",
  11. "pinia",
  12. "vue3",
  13. "vite"
  14. ],
  15. "homepage": "https://github.com/pure-admin/vue-pure-admin",
  16. "bugs": {
  17. "url": "https://github.com/pure-admin/vue-pure-admin/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/pure-admin/vue-pure-admin.git"
  22. },
  23. "license": "MIT",
  24. "author": {
  25. "name": "xiaoxian521",
  26. "email": "pureadmin@163.com",
  27. "url": "https://github.com/xiaoxian521"
  28. },
  29. "scripts": {
  30. "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
  31. "serve": "pnpm dev",
  32. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
  33. "build:staging": "rimraf dist && vite build --mode staging",
  34. "report": "rimraf dist && vite build",
  35. "preview": "vite preview",
  36. "preview:build": "pnpm build && vite preview",
  37. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  38. "svgo": "svgo -f src/assets/svg -o src/assets/svg",
  39. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  40. "clean:cache": "rimraf .eslintcache && rimraf node_modules && pnpm install",
  41. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  42. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  43. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  44. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  45. "prepare": "husky install",
  46. "preinstall": "npx only-allow pnpm"
  47. },
  48. "dependencies": {
  49. "@amap/amap-jsapi-loader": "^1.0.1",
  50. "@howdyjs/mouse-menu": "2.0.9",
  51. "@logicflow/core": "^1.2.17",
  52. "@logicflow/extension": "^1.2.18",
  53. "@pureadmin/descriptions": "^1.2.0",
  54. "@pureadmin/table": "^2.3.4",
  55. "@pureadmin/utils": "^1.9.10",
  56. "@vueuse/core": "^10.5.0",
  57. "@vueuse/motion": "^2.0.0",
  58. "@wangeditor/editor": "^5.1.23",
  59. "@wangeditor/editor-for-vue": "^5.1.12",
  60. "@zxcvbn-ts/core": "^3.0.4",
  61. "animate.css": "^4.1.1",
  62. "axios": "^1.6.0",
  63. "china-area-data": "^5.0.1",
  64. "cropperjs": "^1.6.1",
  65. "dayjs": "^1.11.10",
  66. "echarts": "^5.4.3",
  67. "el-table-infinite-scroll": "^3.0.3",
  68. "element-plus": "^2.4.1",
  69. "intro.js": "^7.2.0",
  70. "js-cookie": "^3.0.5",
  71. "jsbarcode": "^3.11.5",
  72. "localforage": "^1.10.0",
  73. "md-editor-v3": "2.7.2",
  74. "mint-filter": "^4.0.3",
  75. "mitt": "^3.0.1",
  76. "nprogress": "^0.2.0",
  77. "path": "^0.12.7",
  78. "pinia": "^2.1.7",
  79. "pinyin-pro": "^3.17.0",
  80. "qrcode": "^1.5.3",
  81. "qs": "^6.11.2",
  82. "responsive-storage": "^2.2.0",
  83. "sortablejs": "^1.15.0",
  84. "swiper": "^11.0.3",
  85. "typeit": "^8.7.1",
  86. "v-contextmenu": "3.0.0",
  87. "v3-infinite-loading": "^1.3.1",
  88. "version-rocket": "^1.7.0",
  89. "vue": "^3.3.7",
  90. "vue-i18n": "^9.6.2",
  91. "vue-json-pretty": "^2.2.4",
  92. "vue-pdf-embed": "^1.2.1",
  93. "vue-router": "^4.2.5",
  94. "vue-tippy": "^6.3.1",
  95. "vue-types": "^5.1.1",
  96. "vue-virtual-scroller": "2.0.0-beta.8",
  97. "vue-waterfall-plugin-next": "^2.2.4",
  98. "vue3-danmaku": "^1.6.0",
  99. "vuedraggable": "^4.1.0",
  100. "wavesurfer.js": "^7.4.2",
  101. "xgplayer": "^3.0.9",
  102. "xlsx": "^0.18.5"
  103. },
  104. "devDependencies": {
  105. "@commitlint/cli": "^17.7.2",
  106. "@commitlint/config-conventional": "^17.7.0",
  107. "@faker-js/faker": "^8.2.0",
  108. "@iconify-icons/ep": "^1.2.12",
  109. "@iconify-icons/ri": "^1.2.10",
  110. "@iconify/vue": "^4.1.1",
  111. "@intlify/unplugin-vue-i18n": "^1.4.0",
  112. "@pureadmin/theme": "^3.2.0",
  113. "@types/intro.js": "^5.1.2",
  114. "@types/js-cookie": "^3.0.4",
  115. "@types/node": "^20.8.2",
  116. "@types/nprogress": "0.2.0",
  117. "@types/qrcode": "^1.5.2",
  118. "@types/qs": "^6.9.8",
  119. "@types/sortablejs": "^1.15.3",
  120. "@typescript-eslint/eslint-plugin": "^6.7.4",
  121. "@typescript-eslint/parser": "^6.7.4",
  122. "@vitejs/plugin-vue": "^4.4.0",
  123. "@vitejs/plugin-vue-jsx": "^3.0.2",
  124. "@vue/eslint-config-prettier": "^8.0.0",
  125. "@vue/eslint-config-typescript": "^12.0.0",
  126. "autoprefixer": "^10.4.16",
  127. "cloc": "^2.11.0",
  128. "cssnano": "^6.0.1",
  129. "eslint": "^8.50.0",
  130. "eslint-plugin-prettier": "^5.0.0",
  131. "eslint-plugin-vue": "^9.18.1",
  132. "husky": "^8.0.3",
  133. "lint-staged": "^14.0.1",
  134. "picocolors": "^1.0.0",
  135. "postcss": "^8.4.31",
  136. "postcss-html": "^1.5.0",
  137. "postcss-import": "^15.1.0",
  138. "postcss-scss": "^4.0.9",
  139. "prettier": "^3.0.3",
  140. "rimraf": "^5.0.5",
  141. "rollup-plugin-visualizer": "^5.9.2",
  142. "sass": "^1.69.0",
  143. "sass-loader": "^13.3.2",
  144. "stylelint": "^15.10.3",
  145. "stylelint-config-html": "^1.1.0",
  146. "stylelint-config-recess-order": "^4.3.0",
  147. "stylelint-config-recommended": "^13.0.0",
  148. "stylelint-config-recommended-scss": "^13.0.0",
  149. "stylelint-config-recommended-vue": "^1.5.0",
  150. "stylelint-config-standard": "^34.0.0",
  151. "stylelint-config-standard-scss": "^11.0.0",
  152. "stylelint-order": "^6.0.3",
  153. "stylelint-prettier": "^4.0.2",
  154. "stylelint-scss": "^5.2.1",
  155. "svgo": "^3.0.2",
  156. "tailwindcss": "^3.3.5",
  157. "terser": "^5.24.0",
  158. "typescript": "^5.2.2",
  159. "vite": "^4.5.0",
  160. "vite-plugin-cdn-import": "^0.3.5",
  161. "vite-plugin-compression": "^0.5.1",
  162. "vite-plugin-fake-server": "^2.0.0",
  163. "vite-plugin-remove-console": "^2.1.1",
  164. "vite-svg-loader": "^4.0.0",
  165. "vue-eslint-parser": "^9.3.2",
  166. "vue-tsc": "^1.8.22"
  167. },
  168. "pnpm": {
  169. "peerDependencyRules": {
  170. "ignoreMissing": [
  171. "rollup",
  172. "webpack",
  173. "core-js"
  174. ]
  175. },
  176. "allowedDeprecatedVersions": {
  177. "sourcemap-codec": "*",
  178. "w3c-hr-time": "*",
  179. "stable": "*"
  180. }
  181. }
  182. }