package.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "6.3.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "serve": "pnpm dev",
  9. "build": "rimraf dist && 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. "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && 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-location node_modules/.cache/stylelint/",
  20. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  21. "prepare": "husky",
  22. "preinstall": "npx only-allow pnpm"
  23. },
  24. "keywords": [
  25. "vue-pure-admin",
  26. "element-plus",
  27. "tailwindcss",
  28. "pure-admin",
  29. "typescript",
  30. "pinia",
  31. "vue3",
  32. "vite",
  33. "esm"
  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.1.7",
  52. "@infectoone/vue-ganttastic": "^2.3.2",
  53. "@logicflow/core": "^1.2.28",
  54. "@logicflow/extension": "^1.2.28",
  55. "@pureadmin/descriptions": "^1.2.1",
  56. "@pureadmin/table": "^3.3.0",
  57. "@pureadmin/utils": "^2.6.3",
  58. "@vue-flow/background": "^1.3.2",
  59. "@vue-flow/core": "^1.48.0",
  60. "@vueuse/core": "^14.1.0",
  61. "@vueuse/motion": "^3.0.3",
  62. "@wangeditor/editor": "^5.1.23",
  63. "@wangeditor/editor-for-vue": "^5.1.12",
  64. "@zxcvbn-ts/core": "^3.0.4",
  65. "animate.css": "^4.1.1",
  66. "axios": "^1.13.2",
  67. "china-area-data": "^5.0.1",
  68. "codemirror": "^5.65.20",
  69. "codemirror-editor-vue3": "^2.8.0",
  70. "cropperjs": "^1.6.2",
  71. "dayjs": "^1.11.19",
  72. "deep-chat": "^2.3.0",
  73. "echarts": "^6.0.0",
  74. "el-table-infinite-scroll": "^3.0.8",
  75. "element-plus": "^2.12.0",
  76. "highlight.js": "^11.11.1",
  77. "intro.js": "^7.2.0",
  78. "js-cookie": "^3.0.5",
  79. "jsbarcode": "^3.12.1",
  80. "jsencrypt": "^3.5.4",
  81. "localforage": "^1.10.0",
  82. "mint-filter": "^4.0.3",
  83. "mitt": "^3.0.1",
  84. "mqtt": "4.3.7",
  85. "nprogress": "^0.2.0",
  86. "path-browserify": "^1.0.1",
  87. "pinia": "^3.0.4",
  88. "pinyin-pro": "^3.27.0",
  89. "plus-pro-components": "^0.1.30",
  90. "qrcode": "^1.5.4",
  91. "qs": "^6.14.0",
  92. "responsive-storage": "^2.2.0",
  93. "sortablejs": "^1.15.6",
  94. "swiper": "^12.0.3",
  95. "typeit": "^8.8.7",
  96. "v-contextmenu": "^3.2.0",
  97. "v3-infinite-loading": "^1.3.2",
  98. "vditor": "^3.11.2",
  99. "version-rocket": "^1.7.4",
  100. "vue": "^3.5.25",
  101. "vue-i18n": "^11.2.2",
  102. "vue-json-pretty": "^2.6.0",
  103. "vue-pdf-embed": "^2.1.3",
  104. "vue-router": "^4.6.3",
  105. "vue-tippy": "^6.7.1",
  106. "vue-types": "^6.0.0",
  107. "vue-virtual-scroller": "2.0.0-beta.8",
  108. "vue-waterfall-plugin-next": "^2.6.9",
  109. "vue3-danmaku": "^1.6.6",
  110. "vue3-puzzle-vcode": "^1.1.7",
  111. "vuedraggable": "^4.1.0",
  112. "vxe-table": "4.6.25",
  113. "wavesurfer.js": "^7.12.1",
  114. "xgplayer": "^3.0.23",
  115. "xlsx": "^0.18.5"
  116. },
  117. "devDependencies": {
  118. "@commitlint/cli": "^20.2.0",
  119. "@commitlint/config-conventional": "^20.2.0",
  120. "@commitlint/types": "^20.2.0",
  121. "@eslint/js": "^9.39.1",
  122. "@faker-js/faker": "^10.1.0",
  123. "@iconify/json": "^2.2.416",
  124. "@iconify/vue": "4.2.0",
  125. "@intlify/unplugin-vue-i18n": "^11.0.1",
  126. "@tailwindcss/vite": "^4.1.17",
  127. "@types/codemirror": "^5.60.17",
  128. "@types/dagre": "^0.7.53",
  129. "@types/intro.js": "^5.1.5",
  130. "@types/js-cookie": "^3.0.6",
  131. "@types/node": "^20.19.26",
  132. "@types/nprogress": "^0.2.3",
  133. "@types/path-browserify": "^1.0.3",
  134. "@types/qrcode": "^1.5.6",
  135. "@types/qs": "^6.14.0",
  136. "@types/sortablejs": "^1.15.9",
  137. "@vitejs/plugin-vue": "^6.0.2",
  138. "@vitejs/plugin-vue-jsx": "^5.1.2",
  139. "boxen": "^8.0.1",
  140. "code-inspector-plugin": "^1.3.0",
  141. "cssnano": "^7.1.2",
  142. "dagre": "^0.8.5",
  143. "eslint": "^9.39.1",
  144. "eslint-config-prettier": "^10.1.8",
  145. "eslint-plugin-prettier": "^5.5.4",
  146. "eslint-plugin-vue": "^10.6.2",
  147. "gradient-string": "^3.0.0",
  148. "husky": "^9.1.7",
  149. "lint-staged": "^16.2.7",
  150. "postcss": "^8.5.6",
  151. "postcss-html": "^1.8.0",
  152. "postcss-load-config": "^6.0.1",
  153. "postcss-scss": "^4.0.9",
  154. "prettier": "^3.7.4",
  155. "rimraf": "^6.1.2",
  156. "rollup-plugin-visualizer": "^6.0.5",
  157. "sass": "^1.95.1",
  158. "stylelint": "^16.26.1",
  159. "stylelint-config-recess-order": "^7.4.0",
  160. "stylelint-config-recommended-vue": "^1.6.1",
  161. "stylelint-config-standard-scss": "^14.0.0",
  162. "stylelint-prettier": "^5.0.3",
  163. "svgo": "^4.0.0",
  164. "tailwindcss": "^4.1.17",
  165. "typescript": "^5.9.3",
  166. "typescript-eslint": "^8.49.0",
  167. "unplugin-icons": "^22.5.0",
  168. "vite": "^7.2.7",
  169. "vite-plugin-cdn-import": "^1.0.1",
  170. "vite-plugin-compression": "^0.5.1",
  171. "vite-plugin-fake-server": "^2.2.2",
  172. "vite-plugin-remove-console": "^2.2.0",
  173. "vite-plugin-router-warn": "^1.0.0",
  174. "vite-svg-loader": "^5.1.0",
  175. "vue-eslint-parser": "^10.2.0",
  176. "vue-tsc": "^3.1.8"
  177. },
  178. "engines": {
  179. "node": "^20.19.0 || >=22.13.0",
  180. "pnpm": ">=9"
  181. },
  182. "pnpm": {
  183. "allowedDeprecatedVersions": {
  184. "are-we-there-yet": "*",
  185. "sourcemap-codec": "*",
  186. "lodash.isequal": "*",
  187. "domexception": "*",
  188. "w3c-hr-time": "*",
  189. "inflight": "*",
  190. "npmlog": "*",
  191. "rimraf": "*",
  192. "stable": "*",
  193. "gauge": "*",
  194. "abab": "*",
  195. "glob": "*"
  196. },
  197. "onlyBuiltDependencies": [
  198. "@parcel/watcher",
  199. "core-js",
  200. "es5-ext",
  201. "esbuild",
  202. "typeit",
  203. "vue-demi"
  204. ],
  205. "ignoredBuiltDependencies": [
  206. "@tailwindcss/oxide",
  207. "vue3-danmaku"
  208. ]
  209. }
  210. }