package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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 src/assets/svg -o src/assets/svg",
  16. "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  17. "clean:cache": "rimraf .eslintcache && rimraf node_modules && 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 --cache-location node_modules/.cache/stylelint/",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  22. "prepare": "husky install",
  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. ],
  35. "homepage": "https://github.com/pure-admin/vue-pure-admin",
  36. "repository": {
  37. "type": "git",
  38. "url": "git+https://github.com/pure-admin/vue-pure-admin.git"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/pure-admin/vue-pure-admin/issues"
  42. },
  43. "license": "MIT",
  44. "author": {
  45. "name": "xiaoxian521",
  46. "email": "pureadmin@163.com",
  47. "url": "https://github.com/xiaoxian521"
  48. },
  49. "dependencies": {
  50. "@amap/amap-jsapi-loader": "^1.0.1",
  51. "@howdyjs/mouse-menu": "2.0.9",
  52. "@logicflow/core": "^1.2.17",
  53. "@logicflow/extension": "^1.2.18",
  54. "@pureadmin/descriptions": "^1.2.0",
  55. "@pureadmin/table": "^2.3.4",
  56. "@pureadmin/utils": "^1.9.10",
  57. "@vueuse/core": "^10.6.0",
  58. "@vueuse/motion": "^2.0.0",
  59. "@wangeditor/editor": "^5.1.23",
  60. "@wangeditor/editor-for-vue": "^5.1.12",
  61. "@zxcvbn-ts/core": "^3.0.4",
  62. "animate.css": "^4.1.1",
  63. "axios": "^1.6.1",
  64. "china-area-data": "^5.0.1",
  65. "cropperjs": "^1.6.1",
  66. "dayjs": "^1.11.10",
  67. "echarts": "^5.4.3",
  68. "el-table-infinite-scroll": "^3.0.3",
  69. "element-plus": "^2.4.2",
  70. "intro.js": "^7.2.0",
  71. "js-cookie": "^3.0.5",
  72. "jsbarcode": "^3.11.5",
  73. "localforage": "^1.10.0",
  74. "md-editor-v3": "2.7.2",
  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.17.0",
  81. "qrcode": "^1.5.3",
  82. "qs": "^6.11.2",
  83. "responsive-storage": "^2.2.0",
  84. "sortablejs": "^1.15.0",
  85. "swiper": "^11.0.4",
  86. "typeit": "^8.7.1",
  87. "v-contextmenu": "3.0.0",
  88. "v3-infinite-loading": "^1.3.1",
  89. "version-rocket": "^1.7.1",
  90. "vue": "^3.3.8",
  91. "vue-i18n": "^9.6.5",
  92. "vue-json-pretty": "^2.2.4",
  93. "vue-pdf-embed": "^1.2.1",
  94. "vue-router": "^4.2.5",
  95. "vue-tippy": "^6.3.1",
  96. "vue-types": "^5.1.1",
  97. "vue-virtual-scroller": "2.0.0-beta.8",
  98. "vue-waterfall-plugin-next": "^2.2.6",
  99. "vue3-danmaku": "^1.6.0",
  100. "vuedraggable": "^4.1.0",
  101. "wavesurfer.js": "^7.4.5",
  102. "xgplayer": "^3.0.9",
  103. "xlsx": "^0.18.5"
  104. },
  105. "devDependencies": {
  106. "@commitlint/cli": "^18.4.2",
  107. "@commitlint/config-conventional": "^18.4.2",
  108. "@commitlint/types": "^18.4.0",
  109. "@eslint/js": "^8.53.0",
  110. "@faker-js/faker": "^8.2.0",
  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": "^1.5.0",
  115. "@pureadmin/theme": "^3.2.0",
  116. "@types/intro.js": "^5.1.4",
  117. "@types/js-cookie": "^3.0.6",
  118. "@types/node": "^20.9.0",
  119. "@types/nprogress": "0.2.0",
  120. "@types/qrcode": "^1.5.5",
  121. "@types/qs": "^6.9.10",
  122. "@types/sortablejs": "^1.15.5",
  123. "@typescript-eslint/eslint-plugin": "^6.10.0",
  124. "@typescript-eslint/parser": "^6.10.0",
  125. "@vitejs/plugin-vue": "^4.4.1",
  126. "@vitejs/plugin-vue-jsx": "^3.0.2",
  127. "autoprefixer": "^10.4.16",
  128. "cloc": "^2.11.0",
  129. "cssnano": "^6.0.1",
  130. "eslint": "^8.53.0",
  131. "eslint-config-prettier": "^9.0.0",
  132. "eslint-define-config": "^1.24.1",
  133. "eslint-plugin-prettier": "^5.0.1",
  134. "eslint-plugin-vue": "^9.18.1",
  135. "husky": "^8.0.3",
  136. "lint-staged": "^15.0.2",
  137. "picocolors": "^1.0.0",
  138. "postcss": "^8.4.31",
  139. "postcss-html": "^1.5.0",
  140. "postcss-import": "^15.1.0",
  141. "postcss-scss": "^4.0.9",
  142. "prettier": "^3.0.3",
  143. "rimraf": "^5.0.5",
  144. "rollup-plugin-visualizer": "^5.9.2",
  145. "sass": "^1.69.5",
  146. "sass-loader": "^13.3.2",
  147. "stylelint": "^15.11.0",
  148. "stylelint-config-html": "^1.1.0",
  149. "stylelint-config-recess-order": "^4.3.0",
  150. "stylelint-config-recommended": "^13.0.0",
  151. "stylelint-config-recommended-scss": "^13.1.0",
  152. "stylelint-config-recommended-vue": "^1.5.0",
  153. "stylelint-config-standard": "^34.0.0",
  154. "stylelint-config-standard-scss": "^11.1.0",
  155. "stylelint-order": "^6.0.3",
  156. "stylelint-prettier": "^4.0.2",
  157. "stylelint-scss": "^5.3.1",
  158. "svgo": "^3.0.3",
  159. "tailwindcss": "^3.3.5",
  160. "typescript": "^5.2.2",
  161. "vite": "5.0.0-beta.17",
  162. "vite-plugin-cdn-import": "^0.3.5",
  163. "vite-plugin-compression": "^0.5.1",
  164. "vite-plugin-fake-server": "^2.0.0",
  165. "vite-plugin-remove-console": "^2.1.1",
  166. "vite-svg-loader": "^4.0.0",
  167. "vue-eslint-parser": "^9.3.2",
  168. "vue-tsc": "^1.8.22"
  169. },
  170. "engines": {
  171. "node": "^18.0.0 || >=20.0.0",
  172. "pnpm": ">=8.6.10"
  173. },
  174. "packageManager": "pnpm@8.6.10",
  175. "pnpm": {
  176. "peerDependencyRules": {
  177. "ignoreMissing": [
  178. "rollup",
  179. "webpack",
  180. "core-js"
  181. ]
  182. },
  183. "allowedDeprecatedVersions": {
  184. "sourcemap-codec": "*",
  185. "w3c-hr-time": "*",
  186. "stable": "*"
  187. }
  188. }
  189. }