package.json 5.2 KB

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