package.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.4.2",
  4. "author": {
  5. "name": "jeecg",
  6. "email": "jeecgos@163.com",
  7. "url": "https://github.com/jeecgboot/jeecgboot-vue3"
  8. },
  9. "scripts": {
  10. "bootstrap": "yarn install",
  11. "serve": "npm run dev",
  12. "dev": "vite",
  13. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  14. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
  15. "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
  16. "build:no-cache": "yarn clean:cache && npm run build",
  17. "report": "cross-env REPORT=true npm run build",
  18. "type:check": "vue-tsc --noEmit --skipLibCheck",
  19. "preview": "npm run build && vite preview",
  20. "preview:dist": "vite preview",
  21. "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  22. "clean:lib": "rimraf node_modules",
  23. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  24. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  25. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  26. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  27. "lint:pretty": "pretty-quick --staged",
  28. "test:unit": "jest",
  29. "test:unit-coverage": "jest --coverage",
  30. "test:gzip": "http-server dist --cors --gzip -c-1",
  31. "test:br": "http-server dist --cors --brotli -c-1",
  32. "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
  33. "prepare": "husky install",
  34. "gen:icon": "esno ./build/generate/icon/index.ts"
  35. },
  36. "dependencies": {
  37. "@jeecg/online": "1.0.1",
  38. "@iconify/iconify": "^2.2.1",
  39. "@ant-design/colors": "^6.0.0",
  40. "@ant-design/icons-vue": "^6.1.0",
  41. "@logicflow/core": "^1.1.13",
  42. "@logicflow/extension": "^1.1.13",
  43. "@vue/shared": "^3.2.33",
  44. "@vue/runtime-core": "^3.2.33",
  45. "@vueuse/shared": "^8.3.0",
  46. "@vueuse/core": "^8.3.0",
  47. "@zxcvbn-ts/core": "^2.0.1",
  48. "ant-design-vue": "3.2.12",
  49. "axios": "^0.26.1",
  50. "china-area-data": "^5.0.1",
  51. "clipboard": "^2.0.8",
  52. "codemirror": "^5.65.3",
  53. "cron-parser": "^3.5.0",
  54. "cropperjs": "^1.5.12",
  55. "crypto-js": "^4.1.1",
  56. "dayjs": "^1.11.1",
  57. "dom-align": "^1.12.2",
  58. "echarts": "^5.3.2",
  59. "emoji-mart-vue-fast": "^11.1.1",
  60. "enquire.js": "^2.1.6",
  61. "intro.js": "^5.1.0",
  62. "js-cookie": "^2.2.1",
  63. "lodash-es": "^4.17.21",
  64. "lodash.get": "^4.4.2",
  65. "lodash.pick": "^4.4.0",
  66. "md5": "^2.3.0",
  67. "mockjs": "^1.1.0",
  68. "nprogress": "^0.2.0",
  69. "path-to-regexp": "^6.2.0",
  70. "pinia": "2.0.12",
  71. "print-js": "^1.6.0",
  72. "qs": "^6.10.3",
  73. "qrcode": "^1.5.0",
  74. "qrcodejs2": "0.0.2",
  75. "resize-observer-polyfill": "^1.5.1",
  76. "showdown": "^2.1.0",
  77. "sortablejs": "^1.15.0",
  78. "tinymce": "^5.10.3",
  79. "vditor": "^3.8.13",
  80. "vue": "^3.2.33",
  81. "vue-cropper": "^0.5.6",
  82. "vue-cropperjs": "^5.0.0",
  83. "vue-i18n": "^9.1.9",
  84. "vue-infinite-scroll": "^2.0.2",
  85. "vue-print-nb-jeecg": "^1.0.10",
  86. "vue-router": "^4.0.14",
  87. "vue-types": "^4.1.1",
  88. "vuedraggable": "^4.1.0",
  89. "vxe-table": "4.1.0",
  90. "vxe-table-plugin-antd": "^3.0.5",
  91. "xe-utils": "^3.3.1",
  92. "vue-json-pretty": "^2.0.6",
  93. "xss": "^1.0.13"
  94. },
  95. "devDependencies": {
  96. "@commitlint/cli": "^16.2.3",
  97. "@commitlint/config-conventional": "^16.2.1",
  98. "@iconify/json": "^2.1.30",
  99. "@purge-icons/generated": "^0.8.1",
  100. "@types/codemirror": "^5.60.5",
  101. "@types/crypto-js": "^4.1.1",
  102. "@types/fs-extra": "^9.0.13",
  103. "@types/inquirer": "^8.2.1",
  104. "@types/intro.js": "^3.0.2",
  105. "@types/jest": "^27.0.2",
  106. "@types/lodash-es": "^4.17.6",
  107. "@types/mockjs": "^1.0.6",
  108. "@types/node": "^17.0.25",
  109. "@types/nprogress": "^0.2.0",
  110. "@types/qrcode": "^1.4.2",
  111. "@types/qs": "^6.9.7",
  112. "@types/showdown": "^1.9.4",
  113. "@types/sortablejs": "^1.10.7",
  114. "@typescript-eslint/eslint-plugin": "^5.20.0",
  115. "@typescript-eslint/parser": "^5.20.0",
  116. "@vitejs/plugin-legacy": "^1.8.1",
  117. "@vitejs/plugin-vue": "^2.3.1",
  118. "@vitejs/plugin-vue-jsx": "^1.3.10",
  119. "@vue/compiler-sfc": "^3.2.33",
  120. "@vue/test-utils": "^2.0.0-rc.21",
  121. "autoprefixer": "^10.4.4",
  122. "commitizen": "^4.2.4",
  123. "conventional-changelog-cli": "^2.2.2",
  124. "cross-env": "^7.0.3",
  125. "cz-git": "^1.3.9",
  126. "czg": "^1.3.9",
  127. "dotenv": "^16.0.0",
  128. "eslint": "^8.13.0",
  129. "eslint-config-prettier": "^8.5.0",
  130. "eslint-define-config": "^1.1.1",
  131. "eslint-plugin-jest": "^25.2.2",
  132. "eslint-plugin-prettier": "^4.0.0",
  133. "eslint-plugin-vue": "^8.6.0",
  134. "esno": "^0.14.1",
  135. "fs-extra": "^10.1.0",
  136. "http-server": "^14.0.0",
  137. "husky": "^7.0.4",
  138. "inquirer": "^8.2.2",
  139. "is-ci": "^3.0.0",
  140. "jest": "^27.3.1",
  141. "less": "^4.1.2",
  142. "lint-staged": "12.3.7",
  143. "npm-run-all": "^4.1.5",
  144. "picocolors": "^1.0.0",
  145. "postcss": "^8.4.12",
  146. "postcss-html": "^1.4.1",
  147. "postcss-less": "^6.0.0",
  148. "prettier": "^2.6.2",
  149. "pretty-quick": "^3.1.1",
  150. "rimraf": "^3.0.2",
  151. "rollup": "^2.70.2",
  152. "rollup-plugin-visualizer": "^5.6.0",
  153. "stylelint": "^14.7.1",
  154. "stylelint-config-prettier": "^9.0.3",
  155. "stylelint-config-recommended": "^7.0.0",
  156. "stylelint-config-recommended-vue": "^1.4.0",
  157. "stylelint-config-standard": "^25.0.0",
  158. "stylelint-order": "^5.0.0",
  159. "ts-jest": "^27.0.7",
  160. "ts-node": "^10.7.0",
  161. "typescript": "^4.6.3",
  162. "vite": "^2.9.5",
  163. "vite-plugin-compression": "^0.5.1",
  164. "vite-plugin-html": "^3.2.0",
  165. "vite-plugin-imagemin": "^0.6.1",
  166. "vite-plugin-mkcert": "^1.6.0",
  167. "vite-plugin-mock": "^2.9.6",
  168. "vite-plugin-optimize-persist": "^0.1.2",
  169. "vite-plugin-package-config": "^0.1.1",
  170. "vite-plugin-purge-icons": "^0.8.1",
  171. "vite-plugin-pwa": "^0.11.13",
  172. "vite-plugin-style-import": "^2.0.0",
  173. "vite-plugin-svg-icons": "^2.0.1",
  174. "vite-plugin-theme": "^0.8.6",
  175. "vite-plugin-vue-setup-extend": "^0.4.0",
  176. "vite-plugin-windicss": "^1.8.4",
  177. "vue-eslint-parser": "^8.3.0",
  178. "vue-tsc": "^0.33.9"
  179. },
  180. "resolutions": {
  181. "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
  182. "bin-wrapper": "npm:bin-wrapper-china",
  183. "rollup": "^2.56.3"
  184. },
  185. "repository": {
  186. "type": "git",
  187. "url": "git+https://github.com/jeecgboot/jeecgboot-vue3.git"
  188. },
  189. "license": "MIT",
  190. "bugs": {
  191. "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues"
  192. },
  193. "homepage": "https://github.com/jeecgboot/jeecgboot-vue3",
  194. "engines": {
  195. "node": "^12 || >=14"
  196. },
  197. "vite": {
  198. "optimizeDeps": {
  199. "include": [
  200. ]
  201. }
  202. }
  203. }