package.json 4.3 KB

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