package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name": "采销365",
  3. "version": "3.3.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env --max_old_space_size=4096 vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && rimraf dist-zip && cross-env vite build --mode development",
  9. "build:staging": "rimraf dist && cross-env vite build --mode staging",
  10. "build:prod": "rimraf dist && cross-env vite build --mode production",
  11. "report": "rimraf dist && cross-env vite build",
  12. "preview": "vite preview",
  13. "preview:build": "pnpm build && vite preview",
  14. "cloc": "cross-env --max_old_space_size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
  15. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  16. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  17. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  18. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  19. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  20. "lint:pretty": "pretty-quick --staged",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  22. "prepare": "husky install",
  23. "preinstall": "npx only-allow pnpm",
  24. "new:comp": "node ./scripts/generateComponent",
  25. "new:view": "node ./scripts/generateView",
  26. "new:page": "node ./scripts/generatePage"
  27. },
  28. "browserslist": [
  29. "> 1%",
  30. "not ie 11",
  31. "not op_mini all"
  32. ],
  33. "dependencies": {
  34. "@amap/amap-jsapi-loader": "^1.0.1",
  35. "@ctrl/tinycolor": "^3.4.1",
  36. "@logicflow/core": "^1.1.16",
  37. "@logicflow/extension": "^1.1.16",
  38. "@pureadmin/components": "^1.0.6",
  39. "@pureadmin/descriptions": "^1.1.0",
  40. "@pureadmin/table": "^1.2.0",
  41. "@pureadmin/utils": "^0.0.14",
  42. "@vueuse/core": "^8.7.4",
  43. "@vueuse/motion": "^2.0.0-beta.12",
  44. "@vueuse/shared": "^8.7.4",
  45. "@wangeditor/editor": "^5.1.14",
  46. "@wangeditor/editor-for-vue": "^5.1.12",
  47. "animate.css": "^4.1.1",
  48. "axios": "^0.27.2",
  49. "china-area-data": "^5.0.1",
  50. "cropperjs": "^1.5.12",
  51. "crypto-js": "^4.1.1",
  52. "css-color-function": "^1.3.3",
  53. "dayjs": "^1.11.3",
  54. "dingtalk-jsapi": "^3.0.7",
  55. "driver.js": "^0.9.8",
  56. "echarts": "^5.3.3",
  57. "element-plus": "^2.2.8",
  58. "element-resize-detector": "^1.2.3",
  59. "js-cookie": "^3.0.1",
  60. "jsbarcode": "^3.11.5",
  61. "lodash": "^4.17.21",
  62. "lodash-es": "^4.17.21",
  63. "lodash-unified": "^1.0.2",
  64. "md5": "^2.3.0",
  65. "mitt": "^3.0.0",
  66. "nprogress": "^0.2.0",
  67. "path": "^0.12.7",
  68. "pinia": "^2.0.14",
  69. "qrcode": "^1.5.0",
  70. "qs": "^6.10.1",
  71. "resize-observer-polyfill": "^1.5.1",
  72. "responsive-storage": "^2.0.0",
  73. "rgb-hex": "^4.0.0",
  74. "swiper": "^8.1.4",
  75. "v-contextmenu": "3.0.0",
  76. "vue": "^3.2.37",
  77. "vue-form-create2": "^1.2.8",
  78. "vue-json-pretty": "^2.0.2",
  79. "vue-pdf-embed": "^1.1.4",
  80. "vue-router": "^4.0.15",
  81. "vue-types": "^4.1.1",
  82. "vue-virtual-scroller": "^2.0.0-alpha.1",
  83. "vuedraggable": "4.1.0",
  84. "vxe-table": "4.2.3",
  85. "xe-utils": "^3.5.4",
  86. "xgplayer": "^2.31.6",
  87. "xlsx": "^0.18.5"
  88. },
  89. "devDependencies": {
  90. "@commitlint/cli": "13.1.0",
  91. "@commitlint/config-conventional": "13.1.0",
  92. "@faker-js/faker": "^6.3.1",
  93. "@iconify-icons/carbon": "^1.2.4",
  94. "@iconify-icons/ep": "^1.2.4",
  95. "@iconify-icons/fa": "^1.2.2",
  96. "@iconify-icons/fa-solid": "^1.2.2",
  97. "@iconify-icons/fluent": "^1.2.5",
  98. "@iconify-icons/mdi": "^1.2.8",
  99. "@iconify-icons/ri": "^1.2.1",
  100. "@iconify-icons/uil": "^1.2.1",
  101. "@iconify/vue": "^3.2.1",
  102. "@pureadmin/theme": "^2.4.0",
  103. "@types/element-resize-detector": "1.1.3",
  104. "@types/js-cookie": "^3.0.1",
  105. "@types/lodash": "^4.14.180",
  106. "@types/lodash-es": "^4.17.6",
  107. "@types/node": "14.14.14",
  108. "@types/nprogress": "0.2.0",
  109. "@types/qrcode": "^1.4.2",
  110. "@types/qs": "^6.9.7",
  111. "@typescript-eslint/eslint-plugin": "^5.10.2",
  112. "@typescript-eslint/parser": "^5.10.2",
  113. "@vitejs/plugin-legacy": "^1.8.2",
  114. "@vitejs/plugin-vue": "^2.3.3",
  115. "@vitejs/plugin-vue-jsx": "^1.3.10",
  116. "@vue/eslint-config-prettier": "^7.0.0",
  117. "@vue/eslint-config-typescript": "^10.0.0",
  118. "@vue/runtime-core": "^3.2.37",
  119. "autoprefixer": "^10.4.5",
  120. "cloc": "^2.9.0",
  121. "cross-env": "7.0.3",
  122. "eslint": "^8.8.0",
  123. "eslint-plugin-prettier": "^4.0.0",
  124. "eslint-plugin-vue": "^8.4.1",
  125. "font-awesome": "^4.7.0",
  126. "husky": "^7.0.4",
  127. "lint-staged": "11.1.2",
  128. "picocolors": "^1.0.0",
  129. "postcss": "^8.4.6",
  130. "postcss-html": "^1.3.0",
  131. "postcss-import": "14.0.0",
  132. "postcss-scss": "^4.0.3",
  133. "prettier": "^2.5.1",
  134. "pretty-quick": "3.1.1",
  135. "rimraf": "3.0.2",
  136. "rollup": "^2.70.1",
  137. "rollup-plugin-visualizer": "^5.6.0",
  138. "sass": "^1.60.0",
  139. "stylelint": "^14.3.0",
  140. "stylelint-config-html": "^1.0.0",
  141. "stylelint-config-prettier": "^9.0.3",
  142. "stylelint-config-recommended": "^6.0.0",
  143. "stylelint-config-standard": "^24.0.0",
  144. "stylelint-order": "^5.0.0",
  145. "typescript": "^4.6.3",
  146. "unocss": "^0.39.3",
  147. "unplugin-vue-define-options": "^0.6.1",
  148. "vite": "^2.9.13",
  149. "vite-plugin-optimize-persist": "^0.1.2",
  150. "vite-plugin-package-config": "^0.1.1",
  151. "vite-plugin-remove-console": "^1.0.4",
  152. "vite-plugin-zip-pack": "^1.2.2",
  153. "vite-svg-loader": "^3.3.0",
  154. "vue-eslint-parser": "^8.2.0"
  155. },
  156. "repository": "git@github.com:xiaoxian521/采销365.git",
  157. "author": "xiaoxian521",
  158. "license": "MIT"
  159. }