package.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.9.1",
  4. "author": {
  5. "name": "北京国炬信息技术有限公司",
  6. "email": "jeecgos@163.com",
  7. "url": "https://www.jeecg.com"
  8. },
  9. "scripts": {
  10. "pinstall": "pnpm install",
  11. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  12. "dev": "vite",
  13. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts && esno ./build/script/copyChat.ts",
  14. "build:docker": "cross-env NODE_ENV=docker NODE_OPTIONS=--max-old-space-size=8192 vite build --mode docker && esno ./build/script/postBuild.ts && esno ./build/script/copyChat.ts",
  15. "build:dockercloud": "cross-env NODE_ENV=dockercloud NODE_OPTIONS=--max-old-space-size=8192 vite build --mode dockercloud && esno ./build/script/postBuild.ts && esno ./build/script/copyChat.ts",
  16. "build:report": "pnpm clean:cache && cross-env REPORT=true npm run build",
  17. "preview": "npm run build && vite preview",
  18. "reinstall": "rimraf pnpm-lock.yaml && rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run install",
  19. "clean:lib": "rimraf node_modules",
  20. "gen:icon": "esno ./build/generate/icon/index.ts",
  21. "batch:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  22. "upgrade:log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  23. "husky:install": "husky install"
  24. },
  25. "dependencies": {
  26. "@jeecg/online": "3.9.1-beta",
  27. "@jeecg/aiflow":"3.9.1-beta",
  28. "@logicflow/core": "^2.0.10",
  29. "@logicflow/extension": "^2.0.14",
  30. "@logicflow/vue-node-registry": "^1.0.12",
  31. "@iconify/iconify": "^3.1.1",
  32. "@ant-design/colors": "^7.2.1",
  33. "@ant-design/icons-vue": "^7.0.1",
  34. "@vue/shared": "^3.5.22",
  35. "@vueuse/core": "^10.11.1",
  36. "@tinymce/tinymce-vue": "4.0.7",
  37. "@zxcvbn-ts/core": "^3.0.4",
  38. "ant-design-vue": "^4.2.6",
  39. "axios": "^1.12.2",
  40. "china-area-data": "^5.0.1",
  41. "@vant/area-data": "^1.5.2",
  42. "clipboard": "^2.0.11",
  43. "codemirror": "^5.65.20",
  44. "cron-parser": "^4.9.0",
  45. "cropperjs": "^1.6.2",
  46. "crypto-js": "^4.2.0",
  47. "dayjs": "^1.11.18",
  48. "dom-align": "^1.12.4",
  49. "echarts": "^5.6.0",
  50. "emoji-mart-vue-fast": "^15.0.5",
  51. "enquire.js": "^2.1.6",
  52. "intro.js": "^7.2.0",
  53. "lodash-es": "^4.17.21",
  54. "lodash.get": "^4.4.2",
  55. "markdown-it": "^14.1.0",
  56. "markdown-it-link-attributes": "^4.0.1",
  57. "event-source-polyfill": "^1.0.31",
  58. "highlight.js": "^11.11.1",
  59. "@traptitech/markdown-it-katex": "^3.6.0",
  60. "md5": "^2.3.0",
  61. "mockjs": "^1.1.0",
  62. "nprogress": "^0.2.0",
  63. "path-to-regexp": "^6.3.0",
  64. "pinia": "2.1.7",
  65. "print-js": "^1.6.0",
  66. "pinyin-pro": "^3.27.0",
  67. "qs": "^6.14.0",
  68. "qrcode": "^1.5.4",
  69. "resize-observer-polyfill": "^1.5.1",
  70. "showdown": "^2.1.0",
  71. "sortablejs": "^1.15.6",
  72. "swagger-ui-dist": "^5.29.3",
  73. "tinymce": "6.6.2",
  74. "vditor": "^3.11.2",
  75. "vue": "^3.5.22",
  76. "vue-cropper": "^0.6.5",
  77. "vue-cropperjs": "^5.0.0",
  78. "vue-i18n": "^9.14.5",
  79. "vue-infinite-scroll": "^2.0.2",
  80. "vue-print-nb-jeecg": "^1.0.13",
  81. "vue-router": "^4.5.1",
  82. "vue-types": "^5.1.3",
  83. "vuedraggable": "^4.1.0",
  84. "vxe-table": "4.13.31",
  85. "vxe-pc-ui": "4.6.12",
  86. "vxe-table-plugin-antd": "4.0.8",
  87. "xe-utils": "3.5.26",
  88. "xss": "^1.0.15"
  89. },
  90. "devDependencies": {
  91. "@commitlint/cli": "^18.6.1",
  92. "@commitlint/config-conventional": "^18.6.3",
  93. "@iconify/json": "^2.2.394",
  94. "@purge-icons/generated": "^0.10.0",
  95. "@types/codemirror": "^5.60.16",
  96. "@types/crypto-js": "^4.2.2",
  97. "@types/fs-extra": "^11.0.4",
  98. "@types/inquirer": "^9.0.9",
  99. "@types/intro.js": "^5.1.5",
  100. "@types/jest": "^29.5.14",
  101. "@types/lodash-es": "^4.17.12",
  102. "@types/mockjs": "^1.0.10",
  103. "@types/node": "^20.19.20",
  104. "@types/nprogress": "^0.2.3",
  105. "@types/qrcode": "^1.5.5",
  106. "@types/qs": "^6.14.0",
  107. "@types/pinyin": "^2.10.2",
  108. "@types/showdown": "^2.0.6",
  109. "@types/sortablejs": "^1.15.8",
  110. "@typescript-eslint/eslint-plugin": "^6.21.0",
  111. "@typescript-eslint/parser": "^6.21.0",
  112. "@vitejs/plugin-vue": "5.2.4",
  113. "@vitejs/plugin-vue-jsx": "4.1.1",
  114. "@vue/compiler-sfc": "^3.5.22",
  115. "@vue/test-utils": "^2.4.6",
  116. "autoprefixer": "^10.4.21",
  117. "commitizen": "^4.3.1",
  118. "conventional-changelog-cli": "^4.1.0",
  119. "cross-env": "^7.0.3",
  120. "cz-git": "^1.12.0",
  121. "czg": "^1.12.0",
  122. "dotenv": "^16.6.1",
  123. "eslint": "^8.57.1",
  124. "eslint-config-prettier": "^9.1.2",
  125. "eslint-define-config": "^2.1.0",
  126. "eslint-plugin-jest": "^27.9.0",
  127. "eslint-plugin-prettier": "^5.5.4",
  128. "eslint-plugin-vue": "^9.33.0",
  129. "esno": "^4.8.0",
  130. "fs-extra": "^11.3.2",
  131. "http-server": "^14.1.1",
  132. "husky": "^8.0.3",
  133. "inquirer": "^9.3.8",
  134. "is-ci": "^3.0.1",
  135. "jest": "^29.7.0",
  136. "less": "^4.4.2",
  137. "lint-staged": "15.2.2",
  138. "npm-run-all": "^4.1.5",
  139. "picocolors": "^1.1.1",
  140. "postcss": "^8.5.6",
  141. "postcss-html": "^1.8.0",
  142. "postcss-less": "^6.0.0",
  143. "prettier": "^3.6.2",
  144. "pretty-quick": "^4.2.2",
  145. "rimraf": "^5.0.10",
  146. "rollup": "4.52.5",
  147. "rollup-plugin-visualizer": "5.14.0",
  148. "stylelint": "^16.25.0",
  149. "stylelint-config-prettier": "^9.0.5",
  150. "stylelint-config-recommended": "^14.0.1",
  151. "stylelint-config-recommended-vue": "^1.6.1",
  152. "stylelint-config-standard": "^36.0.1",
  153. "stylelint-order": "^6.0.4",
  154. "ts-jest": "^29.4.4",
  155. "ts-node": "^10.9.2",
  156. "typescript": "^5.9.3",
  157. "vite": "^6.3.6",
  158. "vite-plugin-compression": "^0.5.1",
  159. "vite-plugin-html": "^3.2.2",
  160. "vite-plugin-mkcert": "^1.17.9",
  161. "vite-plugin-mock": "^2.9.8",
  162. "vite-plugin-optimize-persist": "^0.1.2",
  163. "vite-plugin-package-config": "^0.1.1",
  164. "vite-plugin-purge-icons": "^0.10.0",
  165. "vite-plugin-svg-icons": "^2.0.1",
  166. "vite-plugin-pwa": "^1.1.0",
  167. "workbox-window": "^7.3.0",
  168. "vite-plugin-qiankun": "^1.0.15",
  169. "@rys-fe/vite-plugin-theme": "^0.8.6",
  170. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  171. "unocss": "^0.58.9",
  172. "vue-eslint-parser": "^9.4.3",
  173. "vue-tsc": "^1.8.27",
  174. "dingtalk-jsapi": "^3.2.0",
  175. "big.js": "^6.2.2"
  176. },
  177. "repository": {
  178. "type": "git",
  179. "url": "git+https://github.com/jeecgboot/JeecgBoot.git"
  180. },
  181. "license": "MIT",
  182. "bugs": {
  183. "url": "https://github.com/jeecgboot/JeecgBoot/issues"
  184. },
  185. "homepage": "https://www.jeecg.com",
  186. "engines": {
  187. "node": "^18 || >=20"
  188. }
  189. }