package.json 5.6 KB

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