package.json 3.8 KB

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