package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "name": "zsis",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "医学成像系统",
  6. "main": "main.js",
  7. "templateInfo": {
  8. "name": "default",
  9. "typescript": true,
  10. "css": "None",
  11. "framework": "React"
  12. },
  13. "scripts": {
  14. "lint": "eslint --ext .ts,.tsx .",
  15. "lint:fix": "eslint --ext .ts,.tsx . --fix",
  16. "format": "prettier --write 'src/**/*.{ts,tsx}'",
  17. "build:weapp": "taro build --type weapp",
  18. "build:swan": "taro build --type swan",
  19. "build:alipay": "taro build --type alipay",
  20. "build:tt": "taro build --type tt",
  21. "build:h5": "taro build --type h5",
  22. "build:rn": "taro build --type rn",
  23. "build:qq": "taro build --type qq",
  24. "build:jd": "taro build --type jd",
  25. "build:harmony-hybrid": "taro build --type harmony-hybrid",
  26. "dev:weapp": "npm run build:weapp -- --watch",
  27. "dev:swan": "npm run build:swan -- --watch",
  28. "dev:alipay": "npm run build:alipay -- --watch",
  29. "dev:tt": "npm run build:tt -- --watch",
  30. "dev:h5": "npm run build:h5 -- --watch",
  31. "dev:rn": "npm run build:rn -- --watch",
  32. "dev:qq": "npm run build:qq -- --watch",
  33. "dev:jd": "npm run build:jd -- --watch",
  34. "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
  35. "prepare": "husky",
  36. "start:electron": "electron .",
  37. "prebuild:arm:linux": "cp ../.build/taro.linux-arm64-gnu.node ../node_modules/@tarojs/cli/node_modules/@tarojs/binding",
  38. "build:electron:win": "electron-builder --config electron-builder.json --win",
  39. "build:electron:linux": "electron-builder --config electron-builder.json --linux"
  40. },
  41. "browserslist": [
  42. "defaults and fully supports es6-module",
  43. "maintained node versions"
  44. ],
  45. "author": "",
  46. "dependencies": {
  47. "@babel/runtime": "^7.24.4",
  48. "@cornerstonejs/core": "^3.28.0",
  49. "@cornerstonejs/dicom-image-loader": "^3.28.0",
  50. "@cornerstonejs/tools": "^3.28.0",
  51. "@reduxjs/toolkit": "^2.8.2",
  52. "@tarojs/components": "4.1.1",
  53. "@tarojs/helper": "4.1.1",
  54. "@tarojs/plugin-framework-react": "4.1.1",
  55. "@tarojs/plugin-http": "4.1.1",
  56. "@tarojs/plugin-platform-alipay": "4.1.1",
  57. "@tarojs/plugin-platform-h5": "4.1.1",
  58. "@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
  59. "@tarojs/plugin-platform-jd": "4.1.1",
  60. "@tarojs/plugin-platform-qq": "4.1.1",
  61. "@tarojs/plugin-platform-swan": "4.1.1",
  62. "@tarojs/plugin-platform-tt": "4.1.1",
  63. "@tarojs/plugin-platform-weapp": "4.1.1",
  64. "@tarojs/react": "4.1.1",
  65. "@tarojs/runtime": "4.1.1",
  66. "@tarojs/shared": "4.1.1",
  67. "@tarojs/taro": "4.1.1",
  68. "antd": "^5.25.3",
  69. "antd-mobile": "^5.39.0",
  70. "axios": "^1.9.0",
  71. "dayjs": "^1.11.13",
  72. "dicomweb-client": "0.10.4",
  73. "mitt": "^3.0.1",
  74. "mqtt": "^5.14.0",
  75. "react": "^18.0.0",
  76. "react-dom": "^18.0.0",
  77. "react-intl": "^7.1.11",
  78. "react-redux": "^9.2.0",
  79. "react-resizable": "^3.0.5",
  80. "react-router-dom": "^7.6.1",
  81. "redux": "^5.0.1",
  82. "zod": "^3.25.67"
  83. },
  84. "devDependencies": {
  85. "@babel/core": "^7.24.4",
  86. "@babel/plugin-transform-class-properties": "7.25.9",
  87. "@babel/preset-react": "^7.24.1",
  88. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  89. "@tarojs/cli": "4.1.1",
  90. "@tarojs/taro-loader": "4.1.1",
  91. "@tarojs/webpack5-runner": "4.1.1",
  92. "@types/node": "^18",
  93. "@types/react": "^18.0.0",
  94. "@types/webpack": "^5.28.5",
  95. "@types/webpack-env": "^1.13.6",
  96. "@typescript-eslint/eslint-plugin": "^8.33.1",
  97. "@typescript-eslint/parser": "^8.33.1",
  98. "autoprefixer": "^10.4.21",
  99. "babel-preset-taro": "4.1.1",
  100. "browserify-fs": "^1.0.0",
  101. "electron-builder": "^26.0.12",
  102. "eslint": "^9.28.0",
  103. "eslint-config-prettier": "^10.1.5",
  104. "eslint-plugin-prettier": "^5.4.1",
  105. "globals": "^16.2.0",
  106. "husky": "^9.1.7",
  107. "lint-staged": "^16.1.0",
  108. "msw": "^2.10.2",
  109. "path-browserify": "^1.0.1",
  110. "postcss": "^8.5.4",
  111. "postcss-loader": "^8.1.1",
  112. "prettier": "^3.5.3",
  113. "react-refresh": "^0.14.0",
  114. "stream-browserify": "^3.0.0",
  115. "string-replace-loader": "^3.2.0",
  116. "stylelint": "^16.4.0",
  117. "tailwindcss": "^3.4.17",
  118. "terser-webpack-plugin": "^5.3.14",
  119. "tsconfig-paths-webpack-plugin": "^4.1.0",
  120. "typescript": "^5.4.5",
  121. "typescript-eslint": "^8.33.1",
  122. "util": "^0.12.5",
  123. "webpack": "5.91.0"
  124. },
  125. "msw": {
  126. "workerDirectory": [
  127. "public"
  128. ]
  129. }
  130. }