package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "ruoyi-plus-vben",
  3. "version": "1.4.3",
  4. "homepage": "https://gitee.com/dapppp/ruoyi-plus-vben.git",
  5. "bugs": {
  6. "url": "https://gitee.com/dapppp/ruoyi-plus-vben/issues"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://gitee.com/dapppp/ruoyi-plus-vben.git"
  11. },
  12. "license": "MIT",
  13. "author": {
  14. "name": "vben",
  15. "email": "anncwb@126.com",
  16. "url": "https://github.com/anncwb"
  17. },
  18. "type": "module",
  19. "scripts": {
  20. "bootstrap": "pnpm install",
  21. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
  22. "build:no-cache": "pnpm store prune && npm run build",
  23. "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
  24. "commit": "czg",
  25. "dev": "pnpm vite",
  26. "preinstall": "npx only-allow pnpm",
  27. "postinstall": "turbo run stub",
  28. "lint": "turbo run lint",
  29. "lint:eslint": "eslint --cache --max-warnings 0 \"./src/**/*.{vue,ts,tsx}\" --fix",
  30. "lint:prettier": "prettier --write .",
  31. "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
  32. "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  33. "prepare": "husky install",
  34. "preview": "vite preview",
  35. "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
  36. "serve": "npm run dev",
  37. "test:gzip": "npx http-server dist --cors --gzip -c-1",
  38. "type:check": "vue-tsc --noEmit --skipLibCheck"
  39. },
  40. "lint-staged": {
  41. "*.{js,jsx,ts,tsx}": [
  42. "prettier --write",
  43. "eslint --fix"
  44. ],
  45. "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
  46. "prettier --write--parser json"
  47. ],
  48. "package.json": [
  49. "prettier --write"
  50. ],
  51. "*.vue": [
  52. "prettier --write",
  53. "eslint --fix",
  54. "stylelint --fix"
  55. ],
  56. "*.{scss,less,styl,html}": [
  57. "prettier --write",
  58. "stylelint --fix"
  59. ],
  60. "*.md": [
  61. "prettier --write"
  62. ]
  63. },
  64. "config": {
  65. "commitizen": {
  66. "path": "node_modules/cz-git"
  67. }
  68. },
  69. "dependencies": {
  70. "@amap/amap-jsapi-loader": "^1.0.1",
  71. "@ant-design/icons-vue": "^7.0.1",
  72. "@iconify/iconify": "^3.1.1",
  73. "@logicflow/core": "^1.2.26",
  74. "@logicflow/extension": "^1.2.26",
  75. "@tinymce/tinymce-vue": "^6.0.1",
  76. "@vben/hooks": "workspace:*",
  77. "@vue/shared": "^3.4.25",
  78. "@vueuse/core": "^10.9.0",
  79. "@zxcvbn-ts/core": "^3.0.4",
  80. "ant-design-vue": "^4.2.3",
  81. "axios": "^1.6.8",
  82. "bpmn-js": "17.5.0",
  83. "bpmn-js-token-simulation": "^0.34.1",
  84. "codemirror": "^5.65.16",
  85. "cropperjs": "^1.6.2",
  86. "crypto-js": "^4.2.0",
  87. "dayjs": "^1.11.10",
  88. "diagram-js": "^14.6.0",
  89. "diagram-js-minimap": "^4.1.0",
  90. "didi": "^10.2.2",
  91. "driver.js": "^1.3.1",
  92. "echarts": "^5.5.0",
  93. "exceljs": "^4.4.0",
  94. "html2canvas": "^1.4.1",
  95. "jsencrypt": "^3.3.2",
  96. "lodash-es": "^4.17.21",
  97. "nprogress": "^0.2.0",
  98. "path-to-regexp": "^6.2.2",
  99. "pinia": "2.1.7",
  100. "pinia-plugin-persistedstate": "^3.2.1",
  101. "print-js": "^1.6.0",
  102. "qrcode": "^1.5.3",
  103. "qs": "^6.12.1",
  104. "resize-observer-polyfill": "^1.5.1",
  105. "showdown": "^2.1.0",
  106. "sortablejs": "^1.15.2",
  107. "tiny-svg": "^4.0.0",
  108. "tinymce": "^7.2.1",
  109. "unocss": "0.60.4",
  110. "vditor": "^3.10.4",
  111. "vue": "^3.4.25",
  112. "vue-i18n": "^9.13.1",
  113. "vue-json-pretty": "^2.4.0",
  114. "vue-router": "^4.3.3",
  115. "vue-types": "^5.1.1",
  116. "vue3-colorpicker": "^2.3.0",
  117. "vuedraggable": "^4.1.0",
  118. "vxe-table": "4.6.17",
  119. "vxe-table-plugin-export-xlsx": "^4.0.1",
  120. "xe-utils": "^3.5.25",
  121. "xlsx": "^0.18.5"
  122. },
  123. "devDependencies": {
  124. "@commitlint/cli": "^19.3.0",
  125. "@commitlint/config-conventional": "^19.2.2",
  126. "@iconify/json": "^2.2.203",
  127. "@purge-icons/generated": "^0.10.0",
  128. "@types/codemirror": "^5.60.15",
  129. "@types/crypto-js": "^4.2.2",
  130. "@types/lodash-es": "^4.17.12",
  131. "@types/nprogress": "^0.2.3",
  132. "@types/qrcode": "^1.5.5",
  133. "@types/qs": "^6.9.15",
  134. "@types/showdown": "^2.0.6",
  135. "@types/sortablejs": "^1.15.8",
  136. "@vben/eslint-config": "workspace:*",
  137. "@vben/stylelint-config": "workspace:*",
  138. "@vben/ts-config": "workspace:*",
  139. "@vben/types": "workspace:*",
  140. "@vben/vite-config": "workspace:*",
  141. "@vue/compiler-sfc": "^3.4.25",
  142. "@vue/test-utils": "^2.4.5",
  143. "conventional-changelog-cli": "^4.1.0",
  144. "cross-env": "^7.0.3",
  145. "cz-git": "^1.9.1",
  146. "czg": "^1.9.1",
  147. "husky": "9.0.11",
  148. "lint-staged": "15.2.2",
  149. "prettier": "^3.2.5",
  150. "prettier-plugin-packagejson": "^2.5.0",
  151. "rimraf": "^5.0.5",
  152. "sass": "1.77.6",
  153. "turbo": "^1.13.2",
  154. "typescript": "^5.4.5",
  155. "unbuild": "^2.0.0",
  156. "vite": "^5.2.10",
  157. "vite-plugin-vue-devtools": "^7.2.0",
  158. "vue-tsc": "^2.0.14"
  159. },
  160. "engines": {
  161. "node": ">=18.12.0",
  162. "pnpm": ">=9.0.4"
  163. }
  164. }