合同小程序后台管理系统前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
5.7 KiB

2 weeks ago
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.7.2",
  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.2.0",
  27. "@ant-design/icons-vue": "^7.0.1",
  28. "@vue/shared": "^3.5.13",
  29. "@vueuse/core": "^10.11.1",
  30. "@tinymce/tinymce-vue": "4.0.7",
  31. "@zxcvbn-ts/core": "^3.0.4",
  32. "ant-design-vue": "^4.2.6",
  33. "axios": "^1.7.9",
  34. "china-area-data": "^5.0.1",
  35. "@vant/area-data": "^1.5.2",
  36. "clipboard": "^2.0.11",
  37. "codemirror": "^5.65.18",
  38. "cron-parser": "^4.9.0",
  39. "cropperjs": "^1.6.2",
  40. "crypto-js": "^4.2.0",
  41. "dayjs": "^1.11.13",
  42. "dom-align": "^1.12.4",
  43. "echarts": "^5.6.0",
  44. "emoji-mart-vue-fast": "^15.0.3",
  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.1.0",
  50. "markdown-it-link-attributes": "^4.0.1",
  51. "event-source-polyfill": "^1.0.31",
  52. "highlight.js": "^11.11.1",
  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.3.0",
  58. "pinia": "2.1.7",
  59. "print-js": "^1.6.0",
  60. "qrcode": "^1.5.4",
  61. "qs": "^6.13.1",
  62. "resize-observer-polyfill": "^1.5.1",
  63. "showdown": "^2.1.0",
  64. "sortablejs": "^1.15.6",
  65. "tinymce": "6.6.2",
  66. "vditor": "^3.10.8",
  67. "vue": "^3.5.13",
  68. "vue-cropper": "^0.6.5",
  69. "vue-cropperjs": "^5.0.0",
  70. "vue-i18n": "^9.14.2",
  71. "vue-infinite-scroll": "^2.0.2",
  72. "vue-print-nb-jeecg": "^1.0.12",
  73. "vue-router": "^4.5.0",
  74. "vue-types": "^5.1.3",
  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.15"
  80. },
  81. "devDependencies": {
  82. "@commitlint/cli": "^18.6.1",
  83. "@commitlint/config-conventional": "^18.6.3",
  84. "@iconify/json": "^2.2.292",
  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.14",
  92. "@types/lodash-es": "^4.17.12",
  93. "@types/mockjs": "^1.0.10",
  94. "@types/node": "^20.17.12",
  95. "@types/nprogress": "^0.2.3",
  96. "@types/qrcode": "^1.5.5",
  97. "@types/qs": "^6.9.17",
  98. "@types/showdown": "^2.0.6",
  99. "@types/sortablejs": "^1.15.8",
  100. "@typescript-eslint/eslint-plugin": "^6.21.0",
  101. "@typescript-eslint/parser": "^6.21.0",
  102. "@vitejs/plugin-vue": "^5.2.1",
  103. "@vitejs/plugin-vue-jsx": "^4.1.1",
  104. "@vue/compiler-sfc": "^3.5.13",
  105. "@vue/test-utils": "^2.4.6",
  106. "autoprefixer": "^10.4.20",
  107. "commitizen": "^4.3.1",
  108. "conventional-changelog-cli": "^4.1.0",
  109. "cross-env": "^7.0.3",
  110. "cz-git": "^1.11.0",
  111. "czg": "^1.11.0",
  112. "dotenv": "^16.4.7",
  113. "eslint": "^8.57.1",
  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.2.1",
  118. "eslint-plugin-vue": "^9.32.0",
  119. "esno": "^4.8.0",
  120. "fs-extra": "^11.2.0",
  121. "http-server": "^14.1.1",
  122. "husky": "^8.0.3",
  123. "inquirer": "^9.3.7",
  124. "is-ci": "^3.0.1",
  125. "jest": "^29.7.0",
  126. "less": "^4.2.1",
  127. "lint-staged": "15.2.2",
  128. "npm-run-all": "^4.1.5",
  129. "picocolors": "^1.1.1",
  130. "postcss": "^8.4.49",
  131. "postcss-html": "^1.7.0",
  132. "postcss-less": "^6.0.0",
  133. "prettier": "^3.4.2",
  134. "pretty-quick": "^4.0.0",
  135. "rimraf": "^5.0.10",
  136. "rollup": "^4.30.0",
  137. "rollup-plugin-visualizer": "^5.13.1",
  138. "stylelint": "^16.12.0",
  139. "stylelint-config-prettier": "^9.0.5",
  140. "stylelint-config-recommended": "^14.0.1",
  141. "stylelint-config-recommended-vue": "^1.5.0",
  142. "stylelint-config-standard": "^36.0.1",
  143. "stylelint-order": "^6.0.4",
  144. "ts-jest": "^29.2.5",
  145. "ts-node": "^10.9.2",
  146. "typescript": "^4.9.5",
  147. "vite": "^6.0.7",
  148. "vite-plugin-compression": "^0.5.1",
  149. "vite-plugin-html": "^3.2.2",
  150. "vite-plugin-mkcert": "^1.17.6",
  151. "vite-plugin-mock": "^2.9.8",
  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. "vite-plugin-qiankun": "^1.0.15",
  157. "@rys-fe/vite-plugin-theme": "^0.8.6",
  158. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  159. "unocss": "^0.58.9",
  160. "vue-eslint-parser": "^9.4.3",
  161. "vue-tsc": "^1.8.27",
  162. "dingtalk-jsapi": "^3.0.42",
  163. "big.js": "^6.2.2"
  164. },
  165. "repository": {
  166. "type": "git",
  167. "url": "git+https://github.com/jeecgboot/JeecgBoot.git"
  168. },
  169. "license": "MIT",
  170. "bugs": {
  171. "url": "https://github.com/jeecgboot/JeecgBoot/issues"
  172. },
  173. "homepage": "https://www.jeecg.com",
  174. "engines": {
  175. "node": "^18 || >=20"
  176. }
  177. }