package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. },
  36. "browserslist": [
  37. "defaults and fully supports es6-module",
  38. "maintained node versions"
  39. ],
  40. "author": "",
  41. "dependencies": {
  42. "@babel/runtime": "^7.24.4",
  43. "@cornerstonejs/core": "^3.28.0",
  44. "@cornerstonejs/dicom-image-loader": "^3.28.0",
  45. "@cornerstonejs/tools": "^3.28.0",
  46. "@reduxjs/toolkit": "^2.8.2",
  47. "@tarojs/components": "4.1.1",
  48. "@tarojs/helper": "4.1.1",
  49. "@tarojs/plugin-framework-react": "4.1.1",
  50. "@tarojs/plugin-http": "^4.1.1",
  51. "@tarojs/plugin-platform-alipay": "4.1.1",
  52. "@tarojs/plugin-platform-h5": "4.1.1",
  53. "@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
  54. "@tarojs/plugin-platform-jd": "4.1.1",
  55. "@tarojs/plugin-platform-qq": "4.1.1",
  56. "@tarojs/plugin-platform-swan": "4.1.1",
  57. "@tarojs/plugin-platform-tt": "4.1.1",
  58. "@tarojs/plugin-platform-weapp": "4.1.1",
  59. "@tarojs/react": "4.1.1",
  60. "@tarojs/runtime": "4.1.1",
  61. "@tarojs/shared": "4.1.1",
  62. "@tarojs/taro": "4.1.1",
  63. "antd": "^5.25.3",
  64. "antd-mobile": "^5.39.0",
  65. "axios": "^1.9.0",
  66. "dayjs": "^1.11.13",
  67. "dicomweb-client": "0.10.4",
  68. "react": "^18.0.0",
  69. "react-dom": "^18.0.0",
  70. "react-intl": "^7.1.11",
  71. "react-redux": "^9.2.0",
  72. "react-router-dom": "^7.6.1",
  73. "redux": "^5.0.1",
  74. "zod": "^3.25.67"
  75. },
  76. "devDependencies": {
  77. "@babel/core": "^7.24.4",
  78. "@babel/plugin-transform-class-properties": "7.25.9",
  79. "@babel/preset-react": "^7.24.1",
  80. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  81. "@tarojs/cli": "4.1.1",
  82. "@tarojs/taro-loader": "4.1.1",
  83. "@tarojs/webpack5-runner": "4.1.1",
  84. "@types/node": "^18",
  85. "@types/react": "^18.0.0",
  86. "@types/webpack-env": "^1.13.6",
  87. "@typescript-eslint/eslint-plugin": "^8.33.1",
  88. "@typescript-eslint/parser": "^8.33.1",
  89. "autoprefixer": "^10.4.21",
  90. "babel-preset-taro": "4.1.1",
  91. "browserify-fs": "^1.0.0",
  92. "eslint": "^9.28.0",
  93. "eslint-config-prettier": "^10.1.5",
  94. "eslint-plugin-prettier": "^5.4.1",
  95. "globals": "^16.2.0",
  96. "husky": "^9.1.7",
  97. "lint-staged": "^16.1.0",
  98. "msw": "^2.10.2",
  99. "path-browserify": "^1.0.1",
  100. "postcss": "^8.5.4",
  101. "postcss-loader": "^8.1.1",
  102. "prettier": "^3.5.3",
  103. "react-refresh": "^0.14.0",
  104. "stream-browserify": "^3.0.0",
  105. "stylelint": "^16.4.0",
  106. "tailwindcss": "^3.4.17",
  107. "tsconfig-paths-webpack-plugin": "^4.1.0",
  108. "typescript": "^5.4.5",
  109. "typescript-eslint": "^8.33.1",
  110. "util": "^0.12.5",
  111. "webpack": "5.91.0"
  112. },
  113. "msw": {
  114. "workerDirectory": [
  115. "public"
  116. ]
  117. }
  118. }