package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "surface-monitoring-system",
  3. "version": "1.0.0",
  4. "description": "矿山隐蔽工作面智能判识监测系统",
  5. "author": {
  6. "name": "houzekong"
  7. },
  8. "scripts": {
  9. "pinstall": "pnpm install",
  10. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  11. "dev": "vite",
  12. "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
  13. "build:docker": "cross-env NODE_ENV=docker NODE_OPTIONS=--max-old-space-size=8192 vite build --mode docker && esno ./build/script/postBuild.ts",
  14. "build:dockercloud": "cross-env NODE_ENV=dockercloud NODE_OPTIONS=--max-old-space-size=8192 vite build --mode dockercloud && esno ./build/script/postBuild.ts",
  15. "build:report": "pnpm clean:cache && cross-env REPORT=true npm run build",
  16. "preview": "npm run build && vite preview",
  17. "reinstall": "rimraf pnpm-lock.yaml && rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run install",
  18. "clean:lib": "rimraf node_modules",
  19. "gen:icon": "esno ./build/generate/icon/index.ts",
  20. "batch:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  21. "upgrade:log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  22. "husky:install": "husky install"
  23. },
  24. "dependencies": {
  25. "@ant-design/colors": "^7.2.1",
  26. "@ant-design/icons-vue": "^7.0.1",
  27. "@iconify/iconify": "^3.1.1",
  28. "@logicflow/core": "^2.2.0",
  29. "@logicflow/extension": "^2.2.0",
  30. "@logicflow/vue-node-registry": "^1.2.0",
  31. "@types/sortablejs": "^1.15.9",
  32. "@vant/area-data": "^1.5.2",
  33. "@vue/shared": "^3.5.25",
  34. "@vueuse/core": "^10.11.1",
  35. "@zxcvbn-ts/core": "^3.0.4",
  36. "ant-design-vue": "^4.2.6",
  37. "axios": "^1.13.2",
  38. "china-area-data": "^5.0.1",
  39. "cron-parser": "^4.9.0",
  40. "cropperjs": "^1.6.2",
  41. "crypto-js": "^4.2.0",
  42. "dayjs": "^1.11.19",
  43. "dom-align": "^1.12.4",
  44. "echarts": "^5.6.0",
  45. "emoji-mart-vue-fast": "^15.0.5",
  46. "enquire.js": "^2.1.6",
  47. "lodash": "^4.17.21",
  48. "lodash-es": "^4.17.21",
  49. "lodash.get": "^4.4.2",
  50. "map-cad-viewer": "file:../map-cad",
  51. "md5": "^2.3.0",
  52. "mockjs": "^1.1.0",
  53. "moment": "^2.30.1",
  54. "nprogress": "^0.2.0",
  55. "path-to-regexp": "^6.3.0",
  56. "pinia": "2.1.7",
  57. "qrcode": "^1.5.4",
  58. "qs": "^6.14.0",
  59. "resize-observer-polyfill": "^1.5.1",
  60. "sortablejs": "^1.15.7",
  61. "vjmap": "^1.0.161",
  62. "vjmap3d": "^1.0.23",
  63. "vue": "^3.5.25",
  64. "vue-cropperjs": "^5.0.0",
  65. "vue-i18n": "^9.14.5",
  66. "vue-infinite-scroll": "^2.0.2",
  67. "vue-router": "^4.6.3",
  68. "vue-types": "^5.1.3",
  69. "vxe-pc-ui": "4.6.12",
  70. "vxe-table": "4.13.31",
  71. "vxe-table-plugin-antd": "4.0.8",
  72. "xe-utils": "3.5.26",
  73. "xlsx": "^0.18.5",
  74. "xss": "^1.0.15"
  75. },
  76. "devDependencies": {
  77. "@commitlint/cli": "^18.6.1",
  78. "@commitlint/config-conventional": "^18.6.3",
  79. "@iconify/json": "^2.2.414",
  80. "@purge-icons/generated": "^0.10.0",
  81. "@rys-fe/vite-plugin-theme": "^0.8.6",
  82. "@types/crypto-js": "^4.2.2",
  83. "@types/fs-extra": "^11.0.4",
  84. "@types/inquirer": "^9.0.9",
  85. "@types/jest": "^29.5.14",
  86. "@types/lodash-es": "^4.17.12",
  87. "@types/mockjs": "^1.0.10",
  88. "@types/node": "^20.19.25",
  89. "@types/nprogress": "^0.2.3",
  90. "@types/qrcode": "^1.5.6",
  91. "@types/qs": "^6.14.0",
  92. "@typescript-eslint/eslint-plugin": "^6.21.0",
  93. "@typescript-eslint/parser": "^6.21.0",
  94. "@vitejs/plugin-vue": "5.2.4",
  95. "@vitejs/plugin-vue-jsx": "4.1.1",
  96. "@vue/compiler-sfc": "^3.5.25",
  97. "@vue/test-utils": "^2.4.6",
  98. "autoprefixer": "^10.4.22",
  99. "big.js": "^6.2.2",
  100. "commitizen": "^4.3.1",
  101. "conventional-changelog-cli": "^4.1.0",
  102. "cross-env": "^7.0.3",
  103. "cz-git": "^1.12.0",
  104. "czg": "^1.12.0",
  105. "dingtalk-jsapi": "^3.2.2",
  106. "dotenv": "^16.6.1",
  107. "eslint": "^8.57.1",
  108. "eslint-config-prettier": "^9.1.2",
  109. "eslint-define-config": "^2.1.0",
  110. "eslint-plugin-jest": "^27.9.0",
  111. "eslint-plugin-prettier": "^5.5.4",
  112. "eslint-plugin-vue": "^9.33.0",
  113. "esno": "^4.8.0",
  114. "fs-extra": "^11.3.2",
  115. "http-server": "^14.1.1",
  116. "husky": "^8.0.3",
  117. "inquirer": "^9.3.8",
  118. "is-ci": "^3.0.1",
  119. "jest": "^29.7.0",
  120. "less": "^4.4.2",
  121. "lint-staged": "15.2.2",
  122. "npm-run-all": "^4.1.5",
  123. "picocolors": "^1.1.1",
  124. "postcss": "^8.5.6",
  125. "postcss-html": "^1.8.0",
  126. "postcss-less": "^6.0.0",
  127. "postcss-pxtorem": "^6.1.0",
  128. "prettier": "^3.7.4",
  129. "pretty-quick": "^4.2.2",
  130. "rimraf": "^5.0.10",
  131. "rollup": "4.52.5",
  132. "rollup-plugin-visualizer": "5.14.0",
  133. "stylelint": "^16.26.1",
  134. "stylelint-config-prettier": "^9.0.5",
  135. "stylelint-config-recommended": "^14.0.1",
  136. "stylelint-config-recommended-vue": "^1.6.1",
  137. "stylelint-config-standard": "^36.0.1",
  138. "stylelint-order": "^6.0.4",
  139. "ts-jest": "^29.4.6",
  140. "ts-node": "^10.9.2",
  141. "typescript": "^5.9.3",
  142. "unocss": "^0.58.9",
  143. "vite": "^6.4.1",
  144. "vite-plugin-compression": "^0.5.1",
  145. "vite-plugin-html": "^3.2.2",
  146. "vite-plugin-mkcert": "^1.17.9",
  147. "vite-plugin-mock": "^2.9.8",
  148. "vite-plugin-optimize-persist": "^0.1.2",
  149. "vite-plugin-package-config": "^0.1.1",
  150. "vite-plugin-purge-icons": "^0.10.0",
  151. "vite-plugin-pwa": "^1.2.0",
  152. "vite-plugin-svg-icons": "^2.0.1",
  153. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  154. "vue-eslint-parser": "^9.4.3",
  155. "vue-tsc": "^1.8.27",
  156. "workbox-window": "^7.4.0"
  157. },
  158. "repository": {
  159. "type": "git",
  160. "url": "http://39.97.59.228:8013/houzekong/surface-monitoring-system.git"
  161. },
  162. "license": "MIT",
  163. "engines": {
  164. "node": "^18 || >=20"
  165. }
  166. }