package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "name": "fire-micro",
  3. "version": "2.10.1",
  4. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  5. "bugs": {
  6. "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vbenjs/vue-vben-admin.git"
  11. },
  12. "license": "MIT",
  13. "author": {
  14. "name": "vben",
  15. "email": "anncwb@126.com",
  16. "url": "https://github.com/anncwb"
  17. },
  18. "scripts": {
  19. "bootstrap": "pnpm install",
  20. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
  21. "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
  22. "build:docker": "vite build --mode docker",
  23. "build:no-cache": "pnpm store prune && npm run build",
  24. "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
  25. "commit": "czg",
  26. "dev": "pnpm vite",
  27. "preinstall": "npx only-allow pnpm",
  28. "postinstall": "turbo run stub",
  29. "lint": "turbo run lint",
  30. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  31. "lint:prettier": "prettier --write .",
  32. "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
  33. "prepare": "husky install",
  34. "preview": "npm run build && vite preview",
  35. "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
  36. "serve": "npm run dev",
  37. "test:gzip": "npx http-server dist --cors --gzip -c-1",
  38. "type:check": "vue-tsc --noEmit --skipLibCheck"
  39. },
  40. "lint-staged": {
  41. "*.{js,jsx,ts,tsx}": [
  42. "prettier --write",
  43. "eslint --fix"
  44. ],
  45. "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
  46. "prettier --write--parser json"
  47. ],
  48. "package.json": [
  49. "prettier --write"
  50. ],
  51. "*.vue": [
  52. "prettier --write",
  53. "eslint --fix",
  54. "stylelint --fix"
  55. ],
  56. "*.{scss,less,styl,html}": [
  57. "prettier --write",
  58. "stylelint --fix"
  59. ],
  60. "*.md": [
  61. "prettier --write"
  62. ]
  63. },
  64. "config": {
  65. "commitizen": {
  66. "path": "node_modules/cz-git"
  67. }
  68. },
  69. "dependencies": {
  70. "@ant-design/icons-vue": "^6.1.0",
  71. "@iconify/iconify": "^3.1.1",
  72. "@logicflow/core": "^1.2.9",
  73. "@logicflow/extension": "^1.2.9",
  74. "@vben/hooks": "workspace:*",
  75. "@vue/shared": "^3.3.4",
  76. "@vueuse/core": "^10.2.1",
  77. "@vueuse/shared": "^10.2.1",
  78. "@zxcvbn-ts/core": "^3.0.2",
  79. "ant-design-vue": "^4.0.6",
  80. "axios": "^1.4.0",
  81. "codemirror": "^5.65.12",
  82. "cropperjs": "^1.5.13",
  83. "crypto-js": "^4.1.1",
  84. "dayjs": "^1.11.9",
  85. "driver.js": "^1.3.0",
  86. "echarts": "^5.4.2",
  87. "exceljs": "^4.3.0",
  88. "lodash-es": "^4.17.21",
  89. "md5": "^2.3.0",
  90. "mockjs": "^1.1.0",
  91. "nprogress": "^0.2.0",
  92. "path-to-regexp": "^6.2.1",
  93. "pinia": "2.1.4",
  94. "pinia-plugin-persistedstate": "^3.2.0",
  95. "print-js": "^1.6.0",
  96. "qiankun": "^2.10.16",
  97. "qrcode": "^1.5.3",
  98. "qs": "^6.11.2",
  99. "resize-observer-polyfill": "^1.5.1",
  100. "showdown": "^2.1.0",
  101. "sortablejs": "^1.15.0",
  102. "tinymce": "^5.10.7",
  103. "unocss": "0.53.4",
  104. "vditor": "^3.9.4",
  105. "vite-plugin-qiankun": "^1.0.15",
  106. "vue": "^3.3.4",
  107. "vue-i18n": "^9.6.4",
  108. "vue-json-pretty": "^2.2.4",
  109. "vue-router": "^4.2.3",
  110. "vue-types": "^5.1.0",
  111. "vuedraggable": "^4.1.0",
  112. "vxe-table": "^4.4.5",
  113. "vxe-table-plugin-export-xlsx": "^3.0.4",
  114. "xe-utils": "^3.5.11",
  115. "xlsx": "^0.18.5"
  116. },
  117. "devDependencies": {
  118. "@commitlint/cli": "^17.6.6",
  119. "@commitlint/config-conventional": "^17.6.6",
  120. "@iconify/json": "^2.2.87",
  121. "@purge-icons/generated": "^0.9.0",
  122. "@types/codemirror": "^5.60.8",
  123. "@types/crypto-js": "^4.1.1",
  124. "@types/lodash-es": "^4.17.7",
  125. "@types/mockjs": "^1.0.7",
  126. "@types/nprogress": "^0.2.0",
  127. "@types/qrcode": "^1.5.1",
  128. "@types/qs": "^6.9.7",
  129. "@types/showdown": "^2.0.1",
  130. "@types/sortablejs": "^1.15.1",
  131. "@vben/eslint-config": "workspace:*",
  132. "@vben/stylelint-config": "workspace:*",
  133. "@vben/ts-config": "workspace:*",
  134. "@vben/types": "workspace:*",
  135. "@vben/vite-config": "workspace:*",
  136. "@vue/compiler-sfc": "^3.3.4",
  137. "@vue/test-utils": "^2.4.0",
  138. "cross-env": "^7.0.3",
  139. "cz-git": "^1.6.1",
  140. "czg": "^1.6.1",
  141. "husky": "^8.0.3",
  142. "lint-staged": "13.2.3",
  143. "prettier": "^2.8.8",
  144. "prettier-plugin-packagejson": "^2.4.6",
  145. "rimraf": "^5.0.1",
  146. "turbo": "^1.10.7",
  147. "typescript": "^5.2.2",
  148. "unbuild": "^1.2.1",
  149. "vite": "^4.4.0",
  150. "vite-plugin-mock": "^2.9.6",
  151. "vue-tsc": "^1.8.4"
  152. },
  153. "packageManager": "pnpm@8.1.0",
  154. "engines": {
  155. "node": ">=16.15.1",
  156. "pnpm": ">=8.1.0"
  157. }
  158. }