package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "name": "super-evolution-admin",
  3. "version": "6.3.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "serve": "pnpm dev",
  9. "build": "rimraf dist && vite build && generate-version-file",
  10. "build:staging": "rimraf dist && vite build --mode staging",
  11. "report": "rimraf dist && vite build",
  12. "preview": "vite preview",
  13. "preview:build": "pnpm build && vite preview",
  14. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  15. "svgo": "svgo -f . -r",
  16. "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
  17. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
  18. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
  20. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  21. "prepare": "husky",
  22. "preinstall": "npx only-allow pnpm"
  23. },
  24. "keywords": [
  25. "超级进化",
  26. "element-plus",
  27. "tailwindcss",
  28. "typescript",
  29. "pinia",
  30. "vue3",
  31. "vite",
  32. "esm"
  33. ],
  34. "license": "MIT",
  35. "author": {
  36. "name": "超级进化"
  37. },
  38. "dependencies": {
  39. "@amap/amap-jsapi-loader": "^1.0.1",
  40. "@element-plus/icons-vue": "^2.3.2",
  41. "@howdyjs/mouse-menu": "^2.1.7",
  42. "@infectoone/vue-ganttastic": "^2.3.2",
  43. "@logicflow/core": "^1.2.28",
  44. "@logicflow/extension": "^1.2.28",
  45. "@pureadmin/descriptions": "^1.2.1",
  46. "@pureadmin/table": "^3.3.0",
  47. "@pureadmin/utils": "^2.6.3",
  48. "@vue-flow/background": "^1.3.2",
  49. "@vue-flow/core": "^1.48.0",
  50. "@vueuse/core": "^14.1.0",
  51. "@vueuse/motion": "^3.0.3",
  52. "@wangeditor/editor": "^5.1.23",
  53. "@wangeditor/editor-for-vue": "^5.1.12",
  54. "@zxcvbn-ts/core": "^3.0.4",
  55. "animate.css": "^4.1.1",
  56. "axios": "^1.13.2",
  57. "china-area-data": "^5.0.1",
  58. "codemirror": "^5.65.20",
  59. "codemirror-editor-vue3": "^2.8.0",
  60. "cropperjs": "^1.6.2",
  61. "dayjs": "^1.11.19",
  62. "deep-chat": "^2.3.0",
  63. "echarts": "^6.0.0",
  64. "el-table-infinite-scroll": "^3.0.8",
  65. "element-plus": "^2.12.0",
  66. "highlight.js": "^11.11.1",
  67. "intro.js": "^7.2.0",
  68. "js-cookie": "^3.0.5",
  69. "jsbarcode": "^3.12.1",
  70. "jsencrypt": "^3.5.4",
  71. "localforage": "^1.10.0",
  72. "mint-filter": "^4.0.3",
  73. "mitt": "^3.0.1",
  74. "mqtt": "4.3.7",
  75. "nprogress": "^0.2.0",
  76. "path-browserify": "^1.0.1",
  77. "pinia": "^3.0.4",
  78. "pinyin-pro": "^3.27.0",
  79. "plus-pro-components": "^0.1.30",
  80. "qrcode": "^1.5.4",
  81. "qs": "^6.14.0",
  82. "responsive-storage": "^2.2.0",
  83. "sortablejs": "^1.15.6",
  84. "swiper": "^12.0.3",
  85. "tippy.js": "^6.3.7",
  86. "typeit": "^8.8.7",
  87. "v-contextmenu": "^3.2.0",
  88. "v3-infinite-loading": "^1.3.2",
  89. "vditor": "^3.11.2",
  90. "version-rocket": "^1.7.4",
  91. "vue": "^3.5.25",
  92. "vue-i18n": "^11.2.2",
  93. "vue-json-pretty": "^2.6.0",
  94. "vue-pdf-embed": "^2.1.3",
  95. "vue-router": "^4.6.3",
  96. "vue-tippy": "^6.7.1",
  97. "vue-types": "^6.0.0",
  98. "vue-virtual-scroller": "2.0.0-beta.8",
  99. "vue-waterfall-plugin-next": "^2.6.9",
  100. "vue3-danmaku": "^1.6.6",
  101. "vue3-puzzle-vcode": "^1.1.7",
  102. "vuedraggable": "^4.1.0",
  103. "vxe-table": "4.6.25",
  104. "wavesurfer.js": "^7.12.1",
  105. "xgplayer": "^3.0.23",
  106. "xlsx": "^0.18.5"
  107. },
  108. "devDependencies": {
  109. "@commitlint/cli": "^20.2.0",
  110. "@commitlint/config-conventional": "^20.2.0",
  111. "@commitlint/types": "^20.2.0",
  112. "@eslint/js": "^9.39.1",
  113. "@faker-js/faker": "^10.1.0",
  114. "@iconify/json": "^2.2.416",
  115. "@iconify/vue": "4.2.0",
  116. "@intlify/unplugin-vue-i18n": "^11.0.1",
  117. "@tailwindcss/vite": "^4.1.17",
  118. "@types/codemirror": "^5.60.17",
  119. "@types/dagre": "^0.7.53",
  120. "@types/intro.js": "^5.1.5",
  121. "@types/js-cookie": "^3.0.6",
  122. "@types/node": "^20.19.26",
  123. "@types/nprogress": "^0.2.3",
  124. "@types/path-browserify": "^1.0.3",
  125. "@types/qrcode": "^1.5.6",
  126. "@types/qs": "^6.14.0",
  127. "@types/sortablejs": "^1.15.9",
  128. "@vitejs/plugin-vue": "^6.0.2",
  129. "@vitejs/plugin-vue-jsx": "^5.1.2",
  130. "boxen": "^8.0.1",
  131. "code-inspector-plugin": "^1.3.0",
  132. "cssnano": "^7.1.2",
  133. "dagre": "^0.8.5",
  134. "eslint": "^9.39.1",
  135. "eslint-config-prettier": "^10.1.8",
  136. "eslint-plugin-prettier": "^5.5.4",
  137. "eslint-plugin-vue": "^10.6.2",
  138. "gradient-string": "^3.0.0",
  139. "husky": "^9.1.7",
  140. "lint-staged": "^16.2.7",
  141. "postcss": "^8.5.6",
  142. "postcss-html": "^1.8.0",
  143. "postcss-load-config": "^6.0.1",
  144. "postcss-scss": "^4.0.9",
  145. "prettier": "^3.7.4",
  146. "rimraf": "^6.1.2",
  147. "rollup-plugin-visualizer": "^6.0.5",
  148. "sass": "^1.95.1",
  149. "stylelint": "^16.26.1",
  150. "stylelint-config-recess-order": "^7.4.0",
  151. "stylelint-config-recommended-vue": "^1.6.1",
  152. "stylelint-config-standard-scss": "^14.0.0",
  153. "stylelint-prettier": "^5.0.3",
  154. "svgo": "^4.0.0",
  155. "tailwindcss": "^4.1.17",
  156. "typescript": "^5.9.3",
  157. "typescript-eslint": "^8.49.0",
  158. "unplugin-icons": "^22.5.0",
  159. "vite": "^7.2.7",
  160. "vite-plugin-cdn-import": "^1.0.1",
  161. "vite-plugin-compression": "^0.5.1",
  162. "vite-plugin-fake-server": "^2.2.2",
  163. "vite-plugin-remove-console": "^2.2.0",
  164. "vite-plugin-router-warn": "^1.0.0",
  165. "vite-svg-loader": "^5.1.0",
  166. "vue-eslint-parser": "^10.2.0",
  167. "vue-tsc": "^3.1.8"
  168. },
  169. "engines": {
  170. "node": "^20.19.0 || >=22.13.0",
  171. "pnpm": ">=9"
  172. },
  173. "pnpm": {
  174. "allowedDeprecatedVersions": {
  175. "are-we-there-yet": "*",
  176. "sourcemap-codec": "*",
  177. "lodash.isequal": "*",
  178. "domexception": "*",
  179. "w3c-hr-time": "*",
  180. "inflight": "*",
  181. "npmlog": "*",
  182. "rimraf": "*",
  183. "stable": "*",
  184. "gauge": "*",
  185. "abab": "*",
  186. "glob": "*"
  187. },
  188. "onlyBuiltDependencies": [
  189. "@parcel/watcher",
  190. "core-js",
  191. "es5-ext",
  192. "esbuild",
  193. "typeit",
  194. "vue-demi"
  195. ],
  196. "ignoredBuiltDependencies": [
  197. "@tailwindcss/oxide",
  198. "vue3-danmaku"
  199. ]
  200. }
  201. }