package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.7.0",
  4. "author": {
  5. "name": "北京国炬信息技术有限公司",
  6. "email": "jeecgos@163.com",
  7. "url": "https://github.com/jeecgboot/jeecgboot-vue3"
  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",
  14. "build:report": "pnpm clean:cache && cross-env REPORT=true npm run build",
  15. "preview": "npm run build && vite preview",
  16. "reinstall": "rimraf pnpm-lock.yaml && rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run install",
  17. "clean:lib": "rimraf node_modules",
  18. "gen:icon": "esno ./build/generate/icon/index.ts",
  19. "batch:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  20. "upgrade:log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  21. "husky:install": "husky install"
  22. },
  23. "dependencies": {
  24. "@ant-design/colors": "^7.0.2",
  25. "@ant-design/icons-vue": "^7.0.1",
  26. "@antv/data-set": "^0.11.8",
  27. "@iconify/iconify": "^3.1.1",
  28. "@jeecg/online": "3.7.0-beta",
  29. "@tinymce/tinymce-vue": "4.0.7",
  30. "@traptitech/markdown-it-katex": "^3.6.0",
  31. "@vue/shared": "^3.4.19",
  32. "@vueuse/core": "^10.8.0",
  33. "@zxcvbn-ts/core": "^3.0.4",
  34. "ant-design-vue": "^4.1.2",
  35. "axios": "^1.6.7",
  36. "china-area-data": "^5.0.1",
  37. "clipboard": "^2.0.11",
  38. "codemirror": "^5.65.3",
  39. "cron-parser": "^4.9.0",
  40. "cropperjs": "^1.6.1",
  41. "crypto-js": "^4.2.0",
  42. "d3": "^7.9.0",
  43. "dayjs": "^1.11.10",
  44. "dom-align": "^1.12.4",
  45. "echarts": "^5.4.3",
  46. "element-ui": "^2.15.14",
  47. "emoji-mart-vue-fast": "^15.0.1",
  48. "enquire.js": "^2.1.6",
  49. "event-source-polyfill": "^1.0.31",
  50. "flag-icon-css": "^4.1.7",
  51. "highlight.js": "^11.9.0",
  52. "intro.js": "^7.2.0",
  53. "jquery": "^3.7.1",
  54. "lodash-es": "^4.17.21",
  55. "lodash.get": "^4.4.2",
  56. "lodash.pick": "4.4.0",
  57. "markdown-it": "^14.0.0",
  58. "markdown-it-link-attributes": "^4.0.1",
  59. "md5": "^2.3.0",
  60. "mockjs": "^1.1.0",
  61. "moment": "^2.30.1",
  62. "nprogress": "^0.2.0",
  63. "path-to-regexp": "^6.2.1",
  64. "pinia": "2.1.7",
  65. "print-js": "^1.6.0",
  66. "qrcode": "^1.5.3",
  67. "qs": "^6.11.2",
  68. "resize-observer-polyfill": "^1.5.1",
  69. "showdown": "^2.1.0",
  70. "sortablejs": "^1.15.2",
  71. "tinymce": "6.6.2",
  72. "vditor": "^3.9.9",
  73. "vue": "^3.4.19",
  74. "vue-cropper": "^0.6.4",
  75. "vue-cropperjs": "^5.0.0",
  76. "vue-i18n": "^9.9.1",
  77. "vue-infinite-scroll": "^2.0.2",
  78. "vue-print-nb-jeecg": "^1.0.12",
  79. "vue-router": "^4.3.0",
  80. "vue-types": "^5.1.1",
  81. "vuedraggable": "^4.1.0",
  82. "vxe-table": "4.6.17",
  83. "vxe-table-plugin-antd": "4.0.7",
  84. "xe-utils": "3.5.26",
  85. "xss": "^1.0.14"
  86. },
  87. "devDependencies": {
  88. "@commitlint/cli": "^18.6.1",
  89. "@commitlint/config-conventional": "^18.6.2",
  90. "@iconify/json": "^2.2.185",
  91. "@purge-icons/generated": "^0.10.0",
  92. "@rys-fe/vite-plugin-theme": "^0.8.6",
  93. "@types/codemirror": "^5.60.15",
  94. "@types/crypto-js": "^4.2.2",
  95. "@types/d3": "^7.4.3",
  96. "@types/fs-extra": "^11.0.4",
  97. "@types/inquirer": "^9.0.7",
  98. "@types/intro.js": "^5.1.5",
  99. "@types/jest": "^29.5.12",
  100. "@types/lodash-es": "^4.17.12",
  101. "@types/mockjs": "^1.0.10",
  102. "@types/node": "^20.11.19",
  103. "@types/nprogress": "^0.2.3",
  104. "@types/qrcode": "^1.5.5",
  105. "@types/qs": "^6.9.11",
  106. "@types/showdown": "^2.0.6",
  107. "@types/sortablejs": "^1.15.8",
  108. "@typescript-eslint/eslint-plugin": "^6.17.0",
  109. "@typescript-eslint/parser": "^6.17.0",
  110. "@vitejs/plugin-vue": "^4.3.3",
  111. "@vitejs/plugin-vue-jsx": "^3.1.0",
  112. "@vue/compiler-sfc": "^3.4.4",
  113. "@vue/test-utils": "^2.4.4",
  114. "autoprefixer": "^10.4.17",
  115. "commitizen": "^4.3.0",
  116. "conventional-changelog-cli": "^4.1.0",
  117. "cross-env": "^7.0.3",
  118. "cz-git": "^1.8.0",
  119. "czg": "^1.8.0",
  120. "dotenv": "^16.3.1",
  121. "eslint": "^8.56.0",
  122. "eslint-config-prettier": "^9.1.0",
  123. "eslint-define-config": "^2.1.0",
  124. "eslint-plugin-jest": "^27.9.0",
  125. "eslint-plugin-prettier": "^5.1.3",
  126. "eslint-plugin-vue": "^9.21.1",
  127. "esno": "^4.0.0",
  128. "fs-extra": "^11.2.0",
  129. "http-server": "^14.1.1",
  130. "husky": "^8.0.3",
  131. "inquirer": "^9.2.15",
  132. "is-ci": "^3.0.1",
  133. "jest": "^29.7.0",
  134. "less": "^4.2.0",
  135. "lint-staged": "15.2.2",
  136. "npm-run-all": "^4.1.5",
  137. "picocolors": "^1.0.0",
  138. "postcss": "^8.4.35",
  139. "postcss-html": "^1.6.0",
  140. "postcss-less": "^6.0.0",
  141. "prettier": "^3.2.5",
  142. "pretty-quick": "^4.0.0",
  143. "rimraf": "^5.0.5",
  144. "rollup": "^4.12.0",
  145. "rollup-plugin-visualizer": "^5.12.0",
  146. "stylelint": "^16.2.1",
  147. "stylelint-config-prettier": "^9.0.5",
  148. "stylelint-config-recommended": "^14.0.0",
  149. "stylelint-config-recommended-vue": "^1.5.0",
  150. "stylelint-config-standard": "^36.0.0",
  151. "stylelint-order": "^6.0.4",
  152. "ts-jest": "^29.1.2",
  153. "ts-node": "^10.9.2",
  154. "typescript": "^4.9.5",
  155. "unocss": "^0.58.5",
  156. "vite": "^5.2.11",
  157. "vite-plugin-compression": "^0.5.1",
  158. "vite-plugin-html": "^3.2.2",
  159. "vite-plugin-mkcert": "^1.17.3",
  160. "vite-plugin-mock": "^2.9.6",
  161. "vite-plugin-optimize-persist": "^0.1.2",
  162. "vite-plugin-package-config": "^0.1.1",
  163. "vite-plugin-purge-icons": "^0.10.0",
  164. "vite-plugin-svg-icons": "^2.0.1",
  165. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  166. "vue-eslint-parser": "^9.4.2",
  167. "vue-tsc": "^1.8.27"
  168. },
  169. "repository": {
  170. "type": "git",
  171. "url": "git+https://github.com/jeecgboot/jeecgboot-vue3.git"
  172. },
  173. "license": "MIT",
  174. "bugs": {
  175. "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues"
  176. },
  177. "homepage": "https://www.jeecg.com",
  178. "engines": {
  179. "node": "^12 || >=14"
  180. }
  181. }