package.json 10 KB

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