package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "4.5.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
  8. "serve": "pnpm dev",
  9. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
  10. "build:staging": "rimraf dist && vite build --mode staging",
  11. "report": "rimraf dist && vite build",
  12. "preview": "vite preview",
  13. "preview:build": "pnpm build && vite preview",
  14. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  15. "svgo": "svgo -f . -r",
  16. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  17. "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
  18. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  19. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  20. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  22. "prepare": "husky",
  23. "preinstall": "npx only-allow pnpm"
  24. },
  25. "keywords": [
  26. "vue-pure-admin",
  27. "element-plus",
  28. "tailwindcss",
  29. "pure-admin",
  30. "typescript",
  31. "pinia",
  32. "vue3",
  33. "vite",
  34. "esm"
  35. ],
  36. "homepage": "https://github.com/pure-admin/vue-pure-admin",
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/pure-admin/vue-pure-admin.git"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/pure-admin/vue-pure-admin/issues"
  43. },
  44. "license": "MIT",
  45. "author": {
  46. "name": "xiaoxian521",
  47. "email": "pureadmin@163.com",
  48. "url": "https://github.com/xiaoxian521"
  49. },
  50. "dependencies": {
  51. "@amap/amap-jsapi-loader": "^1.0.1",
  52. "@howdyjs/mouse-menu": "2.0.9",
  53. "@logicflow/core": "^1.2.22",
  54. "@logicflow/extension": "^1.2.22",
  55. "@pureadmin/descriptions": "^1.2.0",
  56. "@pureadmin/table": "^3.0.2",
  57. "@pureadmin/utils": "^2.4.4",
  58. "@vueuse/core": "^10.8.0",
  59. "@vueuse/motion": "^2.1.0",
  60. "@wangeditor/editor": "^5.1.23",
  61. "@wangeditor/editor-for-vue": "^5.1.12",
  62. "@zxcvbn-ts/core": "^3.0.4",
  63. "animate.css": "^4.1.1",
  64. "axios": "^1.6.7",
  65. "china-area-data": "^5.0.1",
  66. "cropperjs": "^1.6.1",
  67. "dayjs": "^1.11.10",
  68. "echarts": "^5.5.0",
  69. "el-table-infinite-scroll": "^3.0.3",
  70. "element-plus": "^2.5.6",
  71. "intro.js": "^7.2.0",
  72. "js-cookie": "^3.0.5",
  73. "jsbarcode": "^3.11.6",
  74. "localforage": "^1.10.0",
  75. "mint-filter": "^4.0.3",
  76. "mitt": "^3.0.1",
  77. "nprogress": "^0.2.0",
  78. "path": "^0.12.7",
  79. "pinia": "^2.1.7",
  80. "pinyin-pro": "^3.19.6",
  81. "qrcode": "^1.5.3",
  82. "qs": "^6.11.2",
  83. "responsive-storage": "^2.2.0",
  84. "sortablejs": "^1.15.2",
  85. "swiper": "^11.0.6",
  86. "typeit": "8.7.1",
  87. "v-contextmenu": "^3.2.0",
  88. "v3-infinite-loading": "^1.3.1",
  89. "version-rocket": "^1.7.1",
  90. "vue": "3.4.14",
  91. "vue-i18n": "^9.9.1",
  92. "vue-json-pretty": "^2.3.0",
  93. "vue-pdf-embed": "1.2.1",
  94. "vue-router": "^4.3.0",
  95. "vue-tippy": "^6.4.1",
  96. "vue-types": "^5.1.1",
  97. "vue-virtual-scroller": "2.0.0-beta.8",
  98. "vue-waterfall-plugin-next": "^2.3.1",
  99. "vue3-danmaku": "^1.6.0",
  100. "vuedraggable": "^4.1.0",
  101. "wavesurfer.js": "^7.7.3",
  102. "xgplayer": "^3.0.13",
  103. "xlsx": "^0.18.5"
  104. },
  105. "devDependencies": {
  106. "@commitlint/cli": "^18.6.1",
  107. "@commitlint/config-conventional": "^18.6.2",
  108. "@commitlint/types": "^18.6.1",
  109. "@eslint/js": "^8.57.0",
  110. "@faker-js/faker": "^8.4.1",
  111. "@iconify-icons/ep": "^1.2.12",
  112. "@iconify-icons/ri": "^1.2.10",
  113. "@iconify/vue": "^4.1.1",
  114. "@intlify/unplugin-vue-i18n": "^2.0.0",
  115. "@pureadmin/theme": "^3.2.0",
  116. "@types/gradient-string": "^1.1.5",
  117. "@types/intro.js": "^5.1.5",
  118. "@types/js-cookie": "^3.0.6",
  119. "@types/node": "^20.11.20",
  120. "@types/nprogress": "^0.2.3",
  121. "@types/qrcode": "^1.5.5",
  122. "@types/qs": "^6.9.11",
  123. "@types/sortablejs": "^1.15.8",
  124. "@typescript-eslint/eslint-plugin": "^7.0.2",
  125. "@typescript-eslint/parser": "^7.0.2",
  126. "@vitejs/plugin-vue": "^5.0.4",
  127. "@vitejs/plugin-vue-jsx": "^3.1.0",
  128. "autoprefixer": "^10.4.17",
  129. "boxen": "^7.1.1",
  130. "cloc": "^2.11.0",
  131. "cssnano": "^6.0.5",
  132. "eslint": "^8.57.0",
  133. "eslint-config-prettier": "^9.1.0",
  134. "eslint-define-config": "^2.1.0",
  135. "eslint-plugin-prettier": "^5.1.3",
  136. "eslint-plugin-vue": "^9.22.0",
  137. "gradient-string": "^2.0.2",
  138. "husky": "^9.0.11",
  139. "lint-staged": "^15.2.2",
  140. "postcss": "^8.4.35",
  141. "postcss-html": "^1.6.0",
  142. "postcss-import": "^16.0.1",
  143. "postcss-scss": "^4.0.9",
  144. "prettier": "^3.2.5",
  145. "rimraf": "^5.0.5",
  146. "rollup-plugin-visualizer": "^5.12.0",
  147. "sass": "^1.71.1",
  148. "stylelint": "^16.2.1",
  149. "stylelint-config-recess-order": "^4.6.0",
  150. "stylelint-config-recommended-vue": "^1.5.0",
  151. "stylelint-config-standard-scss": "^13.0.0",
  152. "stylelint-prettier": "^5.0.0",
  153. "svgo": "^3.2.0",
  154. "tailwindcss": "^3.4.1",
  155. "typescript": "^5.3.3",
  156. "vite": "^5.1.4",
  157. "vite-plugin-cdn-import": "^0.3.5",
  158. "vite-plugin-compression": "^0.5.1",
  159. "vite-plugin-fake-server": "^2.1.1",
  160. "vite-plugin-remove-console": "^2.2.0",
  161. "vite-plugin-router-warn": "^1.0.0",
  162. "vite-svg-loader": "^5.1.0",
  163. "vue-eslint-parser": "^9.4.2",
  164. "vue-tsc": "^1.8.27"
  165. },
  166. "engines": {
  167. "node": "^18.18.0 || ^20.9.0 || >=21.1.0",
  168. "pnpm": ">=8.6.10"
  169. },
  170. "packageManager": "pnpm@8.6.10",
  171. "pnpm": {
  172. "allowedDeprecatedVersions": {
  173. "sourcemap-codec": "*",
  174. "domexception": "*",
  175. "w3c-hr-time": "*",
  176. "stable": "*",
  177. "abab": "*"
  178. }
  179. }
  180. }