package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "3.9.7",
  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",
  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": "rm -rf node_modules && rm -rf .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,less,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --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.7",
  34. "@logicflow/core": "^1.2.3",
  35. "@logicflow/extension": "^1.2.3",
  36. "@pureadmin/descriptions": "^1.1.1",
  37. "@pureadmin/table": "^2.0.0",
  38. "@pureadmin/utils": "^1.8.8",
  39. "@vueuse/core": "^10.0.2",
  40. "@vueuse/motion": "2.0.0-beta.12",
  41. "@wangeditor/editor": "^5.1.21",
  42. "@wangeditor/editor-for-vue": "^5.1.12",
  43. "animate.css": "^4.1.1",
  44. "axios": "1.2.2",
  45. "china-area-data": "^5.0.1",
  46. "cropperjs": "^1.5.13",
  47. "dayjs": "^1.11.7",
  48. "echarts": "^5.4.2",
  49. "el-table-infinite-scroll": "^3.0.1",
  50. "element-plus": "^2.3.4",
  51. "element-resize-detector": "^1.2.4",
  52. "intro.js": "^6.0.0",
  53. "js-cookie": "^3.0.1",
  54. "jsbarcode": "^3.11.5",
  55. "md-editor-v3": "^2.11.2",
  56. "mitt": "^3.0.0",
  57. "mockjs": "^1.1.0",
  58. "nprogress": "^0.2.0",
  59. "path": "^0.12.7",
  60. "pinia": "^2.0.35",
  61. "qrcode": "^1.5.3",
  62. "qs": "^6.11.1",
  63. "responsive-storage": "^2.2.0",
  64. "sortablejs": "^1.15.0",
  65. "swiper": "^9.2.3",
  66. "typeit": "^8.7.1",
  67. "v-contextmenu": "3.0.0",
  68. "vue": "^3.2.47",
  69. "vue-i18n": "^9.2.2",
  70. "vue-json-pretty": "^2.2.4",
  71. "vue-pdf-embed": "^1.1.5",
  72. "vue-router": "^4.1.6",
  73. "vue-types": "^5.0.2",
  74. "vue-virtual-scroller": "2.0.0-beta.7",
  75. "vue3-danmaku": "1.4.0-beta.1",
  76. "vuedraggable": "^4.1.0",
  77. "xgplayer": "^3.0.1",
  78. "xlsx": "^0.18.5"
  79. },
  80. "devDependencies": {
  81. "@commitlint/cli": "13.1.0",
  82. "@commitlint/config-conventional": "13.1.0",
  83. "@iconify-icons/ep": "^1.2.11",
  84. "@iconify-icons/ri": "^1.2.7",
  85. "@iconify/vue": "^4.1.1",
  86. "@intlify/unplugin-vue-i18n": "^0.10.0",
  87. "@pureadmin/theme": "^3.0.0",
  88. "@types/element-resize-detector": "1.1.3",
  89. "@types/intro.js": "^5.1.1",
  90. "@types/js-cookie": "^3.0.3",
  91. "@types/mockjs": "^1.0.7",
  92. "@types/node": "^18.15.12",
  93. "@types/nprogress": "0.2.0",
  94. "@types/qrcode": "^1.5.0",
  95. "@types/qs": "^6.9.7",
  96. "@types/sortablejs": "^1.15.1",
  97. "@typescript-eslint/eslint-plugin": "^5.59.0",
  98. "@typescript-eslint/parser": "^5.59.0",
  99. "@vitejs/plugin-vue": "^4.2.0",
  100. "@vitejs/plugin-vue-jsx": "^3.0.1",
  101. "@vue/eslint-config-prettier": "^7.1.0",
  102. "@vue/eslint-config-typescript": "^11.0.2",
  103. "autoprefixer": "^10.4.14",
  104. "cloc": "^2.11.0",
  105. "cssnano": "^6.0.0",
  106. "eslint": "^8.8.0",
  107. "eslint-plugin-prettier": "^4.2.1",
  108. "eslint-plugin-vue": "^9.11.0",
  109. "husky": "^7.0.4",
  110. "lint-staged": "11.1.2",
  111. "picocolors": "^1.0.0",
  112. "postcss": "^8.4.23",
  113. "postcss-html": "^1.5.0",
  114. "postcss-import": "^15.1.0",
  115. "postcss-scss": "^4.0.6",
  116. "prettier": "^2.8.7",
  117. "pretty-quick": "3.1.1",
  118. "rimraf": "^4.4.1",
  119. "rollup-plugin-visualizer": "^5.9.0",
  120. "sass": "^1.62.0",
  121. "sass-loader": "^13.2.2",
  122. "stylelint": "^14.3.0",
  123. "stylelint-config-html": "^1.1.0",
  124. "stylelint-config-prettier": "^9.0.5",
  125. "stylelint-config-recommended": "^9.0.0",
  126. "stylelint-config-standard": "^29.0.0",
  127. "stylelint-order": "^5.0.0",
  128. "svgo": "^3.0.2",
  129. "tailwindcss": "^3.3.2",
  130. "terser": "^5.17.1",
  131. "typescript": "^5.0.4",
  132. "unplugin-vue-define-options": "1.1.6",
  133. "vite": "^4.3.3",
  134. "vite-plugin-cdn-import": "^0.3.5",
  135. "vite-plugin-compression": "^0.5.1",
  136. "vite-plugin-mock": "^2.9.6",
  137. "vite-plugin-remove-console": "^2.1.1",
  138. "vite-svg-loader": "^4.0.0",
  139. "vue-eslint-parser": "^9.1.1",
  140. "vue-tsc": "^1.2.0"
  141. },
  142. "pnpm": {
  143. "peerDependencyRules": {
  144. "ignoreMissing": [
  145. "rollup",
  146. "webpack",
  147. "core-js"
  148. ]
  149. },
  150. "allowedDeprecatedVersions": {
  151. "sourcemap-codec": "*",
  152. "stable": "*"
  153. }
  154. },
  155. "repository": "git@github.com:pure-admin/vue-pure-admin.git",
  156. "author": "xiaoxian521",
  157. "license": "MIT"
  158. }