package.json 10 KB

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