package.json 5.5 KB

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