package.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.4.4",
  4. "author": {
  5. "name": "jeecg",
  6. "email": "jeecgos@163.com",
  7. "url": "https://github.com/jeecgboot/jeecgboot-vue3"
  8. },
  9. "scripts": {
  10. "bootstrap": "pnpm install",
  11. "serve": "npm run dev",
  12. "dev": "vite",
  13. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  14. "clean:lib": "rimraf node_modules",
  15. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
  16. "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts",
  17. "build:no-cache": "pnpm clean:cache && npm run build",
  18. "report": "cross-env REPORT=true npm run build",
  19. "type:check": "vue-tsc --noEmit --skipLibCheck",
  20. "preview": "npm run build && vite preview",
  21. "preview:dist": "vite preview",
  22. "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  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 pnpm-lock.yaml && 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. "@ant-design/colors": "^6.0.0",
  38. "@ant-design/icons-vue": "^6.1.0",
  39. "@iconify/iconify": "^2.2.1",
  40. "@jeecg/online": "3.4.4-RC",
  41. "@kjgl77/datav-vue3": "^1.4.2",
  42. "@liveqing/liveplayer-v3": "^3.1.9",
  43. "@logicflow/core": "^1.1.13",
  44. "@logicflow/extension": "^1.1.13",
  45. "@vue/reactivity": "^3.3.6",
  46. "@vue/runtime-core": "^3.2.33",
  47. "@vue/shared": "^3.2.33",
  48. "@vueuse/core": "^8.3.0",
  49. "@vueuse/shared": "^8.3.0",
  50. "@zxcvbn-ts/core": "^2.0.1",
  51. "ant-design-vue": "^3.2.19",
  52. "axios": "^0.26.1",
  53. "china-area-data": "^5.0.1",
  54. "clipboard": "^2.0.8",
  55. "codemirror": "^5.65.3",
  56. "cron-parser": "^3.5.0",
  57. "cropperjs": "^1.5.12",
  58. "crypto-js": "^4.1.1",
  59. "dayjs": "^1.11.1",
  60. "dexie": "^3.2.2",
  61. "dom-align": "^1.12.2",
  62. "echarts": "^5.3.2",
  63. "emoji-mart-vue-fast": "^11.1.1",
  64. "enquire.js": "^2.1.6",
  65. "gsap": "^3.11.3",
  66. "intro.js": "^5.1.0",
  67. "lodash": "^4.17.21",
  68. "lodash-es": "^4.17.21",
  69. "lodash.get": "^4.4.2",
  70. "md5": "^2.3.0",
  71. "mky-svg": "^1.0.2",
  72. "mockjs": "^1.1.0",
  73. "moment": "^2.29.4",
  74. "nprogress": "^0.2.0",
  75. "path-to-regexp": "^6.2.0",
  76. "pinia": "2.0.12",
  77. "plyr": "^3.7.8",
  78. "print-js": "^1.6.0",
  79. "qiankun": "^2.8.4",
  80. "qrcode": "^1.5.0",
  81. "qrcodejs2": "0.0.2",
  82. "qs": "^6.10.3",
  83. "resize-observer-polyfill": "^1.5.1",
  84. "showdown": "^2.1.0",
  85. "sortablejs": "^1.15.0",
  86. "three": "^0.155.0",
  87. "tinymce": "^5.10.3",
  88. "vditor": "^3.8.13",
  89. "vite-plugin-theme": "^0.8.6",
  90. "vue": "^3.2.33",
  91. "vue-cropper": "^0.5.6",
  92. "vue-cropperjs": "^5.0.0",
  93. "vue-i18n": "^9.1.9",
  94. "vue-infinite-scroll": "^2.0.2",
  95. "vue-json-pretty": "^2.0.6",
  96. "vue-print-nb-jeecg": "^1.0.10",
  97. "vue-router": "^4.0.14",
  98. "vue-tree-list": "^1.5.0",
  99. "vue-types": "^4.1.1",
  100. "vuedraggable": "^4.1.0",
  101. "vxe-table": "4.1.0",
  102. "vxe-table-plugin-antd": "3.0.5",
  103. "xe-utils": "^3.3.1",
  104. "xss": "^1.0.13"
  105. },
  106. "devDependencies": {
  107. "@commitlint/cli": "^16.2.3",
  108. "@commitlint/config-conventional": "^16.2.1",
  109. "@iconify/json": "^2.1.30",
  110. "@purge-icons/generated": "^0.8.1",
  111. "@rys-fe/vite-plugin-theme": "^0.8.6",
  112. "@types/codemirror": "^5.60.5",
  113. "@types/crypto-js": "^4.1.1",
  114. "@types/fs-extra": "^9.0.13",
  115. "@types/inquirer": "^8.2.1",
  116. "@types/intro.js": "^3.0.2",
  117. "@types/jest": "^27.0.2",
  118. "@types/lodash-es": "^4.17.6",
  119. "@types/mockjs": "^1.0.6",
  120. "@types/node": "^17.0.25",
  121. "@types/nprogress": "^0.2.0",
  122. "@types/qrcode": "^1.4.2",
  123. "@types/qs": "^6.9.7",
  124. "@types/showdown": "^1.9.4",
  125. "@types/sortablejs": "^1.10.7",
  126. "@types/three": "^0.155.0",
  127. "@typescript-eslint/eslint-plugin": "^5.20.0",
  128. "@typescript-eslint/parser": "^5.20.0",
  129. "@vitejs/plugin-legacy": "^2.0.0",
  130. "@vitejs/plugin-vue": "^3.0.1",
  131. "@vitejs/plugin-vue-jsx": "^1.3.10",
  132. "@vue/compiler-sfc": "^3.2.33",
  133. "@vue/test-utils": "^2.0.0-rc.21",
  134. "autoprefixer": "^10.4.4",
  135. "commitizen": "^4.2.4",
  136. "conventional-changelog-cli": "^2.2.2",
  137. "cross-env": "^7.0.3",
  138. "cz-git": "^1.3.9",
  139. "czg": "^1.3.9",
  140. "dat.gui": "^0.7.9",
  141. "dotenv": "^16.0.0",
  142. "eslint": "^8.13.0",
  143. "eslint-config-prettier": "^8.5.0",
  144. "eslint-define-config": "^1.1.1",
  145. "eslint-plugin-jest": "^25.2.2",
  146. "eslint-plugin-prettier": "^4.0.0",
  147. "eslint-plugin-vue": "^8.6.0",
  148. "esno": "^0.14.1",
  149. "fs-extra": "^10.1.0",
  150. "http-server": "^14.0.0",
  151. "husky": "^7.0.4",
  152. "inquirer": "^8.2.2",
  153. "is-ci": "^3.0.0",
  154. "jest": "^27.3.1",
  155. "less": "^4.1.2",
  156. "lint-staged": "12.3.7",
  157. "npm-run-all": "^4.1.5",
  158. "picocolors": "^1.0.0",
  159. "postcss": "^8.4.12",
  160. "postcss-html": "^1.4.1",
  161. "postcss-less": "^6.0.0",
  162. "prettier": "^2.6.2",
  163. "pretty-quick": "^3.1.1",
  164. "rimraf": "^3.0.2",
  165. "rollup": "^2.70.2",
  166. "rollup-plugin-visualizer": "^5.6.0",
  167. "stylelint": "^14.7.1",
  168. "stylelint-config-prettier": "^9.0.3",
  169. "stylelint-config-recommended": "^7.0.0",
  170. "stylelint-config-recommended-vue": "^1.4.0",
  171. "stylelint-config-standard": "^25.0.0",
  172. "stylelint-order": "^5.0.0",
  173. "ts-jest": "^27.0.7",
  174. "ts-node": "^10.7.0",
  175. "typescript": "^4.6.3",
  176. "vite": "^3.0.2",
  177. "vite-plugin-compression": "^0.5.1",
  178. "vite-plugin-html": "^3.2.0",
  179. "vite-plugin-imagemin": "^0.6.1",
  180. "vite-plugin-mkcert": "^1.10.1",
  181. "vite-plugin-mock": "^2.9.6",
  182. "vite-plugin-optimize-persist": "^0.1.2",
  183. "vite-plugin-package-config": "^0.1.1",
  184. "vite-plugin-purge-icons": "^0.8.2",
  185. "vite-plugin-pwa": "^0.12.3",
  186. "vite-plugin-style-import": "^2.0.0",
  187. "vite-plugin-svg-icons": "^2.0.1",
  188. "vite-plugin-vue-setup-extend": "^0.4.0",
  189. "vite-plugin-windicss": "^1.8.7",
  190. "vue-eslint-parser": "^8.3.0",
  191. "vue-tsc": "^0.33.9"
  192. },
  193. "resolutions": {
  194. "bin-wrapper": "npm:bin-wrapper-china",
  195. "rollup": "^2.72.0"
  196. },
  197. "repository": {
  198. "type": "git",
  199. "url": "git+https://github.com/jeecgboot/jeecgboot-vue3.git"
  200. },
  201. "license": "MIT",
  202. "bugs": {
  203. "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues"
  204. },
  205. "homepage": "https://github.com/jeecgboot/jeecgboot-vue3",
  206. "engines": {
  207. "node": "^12 || >=14"
  208. },
  209. "vite": {
  210. "optimizeDeps": {
  211. "include": [
  212. "@ant-design/colors",
  213. "@liveqing/liveplayer-v3",
  214. "@ant-design/icons-vue",
  215. "@jeecg/online",
  216. "@vueuse/core",
  217. "@vueuse/shared",
  218. "@zxcvbn-ts/core",
  219. "ant-design-vue",
  220. "axios",
  221. "china-area-data",
  222. "clipboard",
  223. "codemirror",
  224. "codemirror/addon/fold/brace-fold.js",
  225. "codemirror/addon/fold/comment-fold.js",
  226. "codemirror/addon/fold/foldcode.js",
  227. "codemirror/addon/fold/foldgutter.js",
  228. "codemirror/addon/fold/indent-fold.js",
  229. "codemirror/addon/hint/anyword-hint.js",
  230. "codemirror/addon/hint/show-hint.js",
  231. "codemirror/addon/selection/active-line.js",
  232. "codemirror/mode/clike/clike.js",
  233. "codemirror/mode/css/css.js",
  234. "codemirror/mode/javascript/javascript.js",
  235. "codemirror/mode/markdown/markdown.js",
  236. "codemirror/mode/python/python.js",
  237. "codemirror/mode/r/r.js",
  238. "codemirror/mode/shell/shell.js",
  239. "codemirror/mode/sql/sql.js",
  240. "codemirror/mode/swift/swift.js",
  241. "codemirror/mode/vue/vue.js",
  242. "codemirror/mode/xml/xml.js",
  243. "cron-parser",
  244. "cropperjs",
  245. "crypto-js/aes",
  246. "crypto-js/enc-base64",
  247. "crypto-js/enc-utf8",
  248. "crypto-js/md5",
  249. "crypto-js/mode-ecb",
  250. "crypto-js/pad-pkcs7",
  251. "dom-align",
  252. "echarts",
  253. "lodash-es",
  254. "echarts/charts",
  255. "echarts/components",
  256. "echarts/core",
  257. "echarts/renderers",
  258. "gsap",
  259. "intro.js",
  260. "lodash-es",
  261. "md5",
  262. "moment",
  263. "nprogress",
  264. "path-to-regexp",
  265. "pinia",
  266. "print-js",
  267. "qrcode",
  268. "qs",
  269. "resize-observer-polyfill",
  270. "showdown",
  271. "sortablejs",
  272. "three",
  273. "three/examples/jsm/postprocessing/EffectComposer.js",
  274. "three/examples/jsm/postprocessing/OutputPass.js",
  275. "three/examples/jsm/postprocessing/RenderPass.js",
  276. "three/examples/jsm/postprocessing/ShaderPass.js",
  277. "three/examples/jsm/postprocessing/UnrealBloomPass.js",
  278. "tinymce/icons/default/icons",
  279. "tinymce/plugins/advlist",
  280. "tinymce/plugins/anchor",
  281. "tinymce/plugins/autolink",
  282. "tinymce/plugins/autosave",
  283. "tinymce/plugins/code",
  284. "tinymce/plugins/codesample",
  285. "tinymce/plugins/contextmenu",
  286. "tinymce/plugins/directionality",
  287. "tinymce/plugins/fullscreen",
  288. "tinymce/plugins/hr",
  289. "tinymce/plugins/image",
  290. "tinymce/plugins/insertdatetime",
  291. "tinymce/plugins/link",
  292. "tinymce/plugins/lists",
  293. "tinymce/plugins/media",
  294. "tinymce/plugins/nonbreaking",
  295. "tinymce/plugins/noneditable",
  296. "tinymce/plugins/pagebreak",
  297. "tinymce/plugins/paste",
  298. "tinymce/plugins/preview",
  299. "tinymce/plugins/print",
  300. "tinymce/plugins/save",
  301. "tinymce/plugins/searchreplace",
  302. "tinymce/plugins/spellchecker",
  303. "tinymce/plugins/tabfocus",
  304. "tinymce/plugins/table",
  305. "tinymce/plugins/template",
  306. "tinymce/plugins/textcolor",
  307. "tinymce/plugins/textpattern",
  308. "tinymce/plugins/visualblocks",
  309. "tinymce/plugins/visualchars",
  310. "tinymce/plugins/wordcount",
  311. "tinymce/themes/silver",
  312. "tinymce/tinymce",
  313. "vditor",
  314. "vite-plugin-theme/es/client",
  315. "vite-plugin-theme/es/colorUtils",
  316. "vue",
  317. "vue-i18n",
  318. "vue-print-nb-jeecg/src/printarea",
  319. "vue-router",
  320. "vue-types",
  321. "vxe-table",
  322. "vxe-table-plugin-antd",
  323. "xe-utils",
  324. "xss"
  325. ]
  326. }
  327. }
  328. }