package.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. {
  2. "name": "jeecgboot-vue3",
  3. "version": "3.3.0",
  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=4096 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. "gen:icon": "esno ./build/generate/icon/index.ts",
  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. "clean:lib": "rimraf node_modules",
  24. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  25. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  26. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  27. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  28. "lint:pretty": "pretty-quick --staged",
  29. "test:unit": "jest",
  30. "test:unit-coverage": "jest --coverage",
  31. "test:gzip": "http-server dist --cors --gzip -c-1",
  32. "test:br": "http-server dist --cors --brotli -c-1",
  33. "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
  34. "prepare": "husky install"
  35. },
  36. "dependencies": {
  37. "@jeecg/online": "1.0.1",
  38. "@iconify/iconify": "^2.0.4",
  39. "@vueuse/core": "^6.6.2",
  40. "@zxcvbn-ts/core": "^1.0.0-beta.0",
  41. "ant-design-vue": "2.2.8",
  42. "axios": "^0.23.0",
  43. "china-area-data": "^5.0.1",
  44. "clipboard": "^2.0.8",
  45. "codemirror": "^5.63.3",
  46. "cron-parser": "^3.5.0",
  47. "cropperjs": "^1.5.12",
  48. "crypto-js": "^4.1.1",
  49. "dayjs": "^1.10.6",
  50. "dom-align": "^1.12.2",
  51. "echarts": "^5.2.1",
  52. "enquire.js": "^2.1.6",
  53. "intro.js": "^4.2.2",
  54. "lodash-es": "^4.17.21",
  55. "md5": "^2.3.0",
  56. "mockjs": "^1.1.0",
  57. "nprogress": "^0.2.0",
  58. "path-to-regexp": "^6.2.0",
  59. "pinia": "2.0.0-rc.14",
  60. "print-js": "^1.6.0",
  61. "qrcode": "^1.4.4",
  62. "qrcodejs2": "0.0.2",
  63. "resize-observer-polyfill": "^1.5.1",
  64. "showdown": "^1.9.1",
  65. "sortablejs": "^1.14.0",
  66. "tinymce": "^5.10.3",
  67. "vditor": "^3.8.13",
  68. "vue": "^3.2.20",
  69. "vue-cropper": "^0.5.6",
  70. "vue-cropperjs": "^5.0.0",
  71. "vue-i18n": "^9.1.9",
  72. "vue-infinite-scroll": "^2.0.2",
  73. "vue-print-nb-jeecg": "^1.0.11",
  74. "vue-router": "^4.0.12",
  75. "vue-types": "^4.1.1",
  76. "vuedraggable": "^4.1.0",
  77. "vxe-table": "4.1.0",
  78. "vxe-table-plugin-antd": "^3.0.3",
  79. "xe-utils": "^3.3.1",
  80. "vue-json-pretty": "^2.0.4",
  81. "xss": "^1.0.13"
  82. },
  83. "devDependencies": {
  84. "@commitlint/cli": "^13.2.1",
  85. "@commitlint/config-conventional": "^13.2.0",
  86. "@iconify/json": "^1.1.399",
  87. "@purge-icons/generated": "^0.7.0",
  88. "@types/codemirror": "^5.60.5",
  89. "@types/crypto-js": "^4.0.2",
  90. "@types/fs-extra": "^9.0.13",
  91. "@types/inquirer": "^8.1.3",
  92. "@types/intro.js": "^3.0.2",
  93. "@types/jest": "^27.0.2",
  94. "@types/lodash-es": "^4.17.5",
  95. "@types/mockjs": "^1.0.4",
  96. "@types/node": "^16.11.1",
  97. "@types/nprogress": "^0.2.0",
  98. "@types/qrcode": "^1.4.1",
  99. "@types/qs": "^6.9.7",
  100. "@types/showdown": "^1.9.4",
  101. "@types/sortablejs": "^1.10.7",
  102. "@typescript-eslint/eslint-plugin": "^5.1.0",
  103. "@typescript-eslint/parser": "^5.1.0",
  104. "@vitejs/plugin-legacy": "^1.6.2",
  105. "@vitejs/plugin-vue": "^1.9.3",
  106. "@vitejs/plugin-vue-jsx": "^1.2.0",
  107. "@vue/compiler-sfc": "3.2.20",
  108. "@vue/test-utils": "^2.0.0-rc.16",
  109. "autoprefixer": "^10.3.7",
  110. "commitizen": "^4.2.4",
  111. "conventional-changelog-cli": "^2.1.1",
  112. "cross-env": "^7.0.3",
  113. "dotenv": "^10.0.0",
  114. "eslint": "^8.0.1",
  115. "eslint-config-prettier": "^8.3.0",
  116. "eslint-define-config": "^1.1.1",
  117. "eslint-plugin-jest": "^25.2.2",
  118. "eslint-plugin-prettier": "^4.0.0",
  119. "eslint-plugin-vue": "^7.19.1",
  120. "esno": "^0.10.1",
  121. "fs-extra": "^10.0.0",
  122. "http-server": "^14.0.0",
  123. "husky": "^7.0.2",
  124. "inquirer": "^8.2.0",
  125. "is-ci": "^3.0.0",
  126. "jest": "^27.3.1",
  127. "less": "^4.1.2",
  128. "lint-staged": "^11.2.3",
  129. "npm-run-all": "^4.1.5",
  130. "postcss": "^8.3.9",
  131. "prettier": "^2.4.1",
  132. "pretty-quick": "^3.1.1",
  133. "rimraf": "^3.0.2",
  134. "rollup-plugin-visualizer": "5.5.2",
  135. "stylelint": "^13.13.1",
  136. "stylelint-config-prettier": "^9.0.3",
  137. "stylelint-config-standard": "^22.0.0",
  138. "stylelint-order": "^4.1.0",
  139. "ts-jest": "^27.0.7",
  140. "ts-node": "^10.3.0",
  141. "typescript": "^4.4.4",
  142. "vite": "^2.6.10",
  143. "vite-plugin-compression": "^0.3.5",
  144. "vite-plugin-html": "^2.1.0",
  145. "vite-plugin-imagemin": "^0.4.6",
  146. "vite-plugin-mock": "^2.9.6",
  147. "vite-plugin-optimize-persist": "^0.1.2",
  148. "vite-plugin-package-config": "^0.1.1",
  149. "vite-plugin-purge-icons": "^0.7.0",
  150. "vite-plugin-pwa": "^0.11.3",
  151. "vite-plugin-style-import": "^1.2.1",
  152. "vite-plugin-svg-icons": "^1.0.5",
  153. "vite-plugin-theme": "^0.8.1",
  154. "vite-plugin-vue-setup-extend": "^0.1.0",
  155. "vite-plugin-windicss": "^1.4.12",
  156. "vue-eslint-parser": "^8.0.0",
  157. "vue-tsc": "^0.28.7"
  158. },
  159. "resolutions": {
  160. "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
  161. "bin-wrapper": "npm:bin-wrapper-china",
  162. "rollup": "^2.56.3"
  163. },
  164. "repository": {
  165. "type": "git",
  166. "url": "git+https://github.com/jeecgboot/jeecgboot-vue3.git"
  167. },
  168. "license": "MIT",
  169. "bugs": {
  170. "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues"
  171. },
  172. "homepage": "https://github.com/jeecgboot/jeecgboot-vue3",
  173. "engines": {
  174. "node": "^12 || >=14"
  175. },
  176. "vite": {
  177. "optimizeDeps": {
  178. "include": [
  179. "@ant-design/colors",
  180. "@ant-design/icons-vue",
  181. "@jeecg/online",
  182. "@vueuse/core",
  183. "@vueuse/shared",
  184. "@zxcvbn-ts/core",
  185. "ant-design-vue",
  186. "axios",
  187. "china-area-data",
  188. "clipboard",
  189. "codemirror",
  190. "codemirror/addon/fold/brace-fold.js",
  191. "codemirror/addon/fold/comment-fold.js",
  192. "codemirror/addon/fold/foldcode.js",
  193. "codemirror/addon/fold/foldgutter.js",
  194. "codemirror/addon/fold/indent-fold.js",
  195. "codemirror/addon/hint/anyword-hint.js",
  196. "codemirror/addon/hint/show-hint.js",
  197. "codemirror/addon/selection/active-line.js",
  198. "codemirror/mode/clike/clike.js",
  199. "codemirror/mode/css/css.js",
  200. "codemirror/mode/javascript/javascript.js",
  201. "codemirror/mode/markdown/markdown.js",
  202. "codemirror/mode/python/python.js",
  203. "codemirror/mode/r/r.js",
  204. "codemirror/mode/shell/shell.js",
  205. "codemirror/mode/sql/sql.js",
  206. "codemirror/mode/swift/swift.js",
  207. "codemirror/mode/vue/vue.js",
  208. "codemirror/mode/xml/xml.js",
  209. "cron-parser",
  210. "cropperjs",
  211. "crypto-js/aes",
  212. "crypto-js/enc-base64",
  213. "crypto-js/enc-utf8",
  214. "crypto-js/md5",
  215. "crypto-js/mode-ecb",
  216. "crypto-js/pad-pkcs7",
  217. "dom-align",
  218. "echarts",
  219. "echarts/charts",
  220. "echarts/components",
  221. "echarts/core",
  222. "echarts/renderers",
  223. "intro.js",
  224. "lodash-es",
  225. "md5",
  226. "moment",
  227. "nprogress",
  228. "path-to-regexp",
  229. "pinia",
  230. "print-js",
  231. "qrcode",
  232. "qs",
  233. "resize-observer-polyfill",
  234. "showdown",
  235. "sortablejs",
  236. "tinymce/icons/default/icons",
  237. "tinymce/plugins/advlist",
  238. "tinymce/plugins/anchor",
  239. "tinymce/plugins/autolink",
  240. "tinymce/plugins/autosave",
  241. "tinymce/plugins/code",
  242. "tinymce/plugins/codesample",
  243. "tinymce/plugins/contextmenu",
  244. "tinymce/plugins/directionality",
  245. "tinymce/plugins/fullscreen",
  246. "tinymce/plugins/hr",
  247. "tinymce/plugins/image",
  248. "tinymce/plugins/insertdatetime",
  249. "tinymce/plugins/link",
  250. "tinymce/plugins/lists",
  251. "tinymce/plugins/media",
  252. "tinymce/plugins/nonbreaking",
  253. "tinymce/plugins/noneditable",
  254. "tinymce/plugins/pagebreak",
  255. "tinymce/plugins/paste",
  256. "tinymce/plugins/preview",
  257. "tinymce/plugins/print",
  258. "tinymce/plugins/save",
  259. "tinymce/plugins/searchreplace",
  260. "tinymce/plugins/spellchecker",
  261. "tinymce/plugins/tabfocus",
  262. "tinymce/plugins/table",
  263. "tinymce/plugins/template",
  264. "tinymce/plugins/textcolor",
  265. "tinymce/plugins/textpattern",
  266. "tinymce/plugins/visualblocks",
  267. "tinymce/plugins/visualchars",
  268. "tinymce/plugins/wordcount",
  269. "tinymce/themes/silver",
  270. "tinymce/tinymce",
  271. "vditor",
  272. "vite-plugin-theme/es/client",
  273. "vite-plugin-theme/es/colorUtils",
  274. "vue",
  275. "vue-i18n",
  276. "vue-print-nb-jeecg/src/printarea",
  277. "vue-router",
  278. "vue-types",
  279. "vxe-table",
  280. "vxe-table-plugin-antd",
  281. "xe-utils",
  282. "xss"
  283. ]
  284. }
  285. }
  286. }