package.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "@tarojs/components": "4.1.1",
  44. "@tarojs/helper": "4.1.1",
  45. "@tarojs/plugin-framework-react": "4.1.1",
  46. "@tarojs/plugin-platform-alipay": "4.1.1",
  47. "@tarojs/plugin-platform-h5": "4.1.1",
  48. "@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
  49. "@tarojs/plugin-platform-jd": "4.1.1",
  50. "@tarojs/plugin-platform-qq": "4.1.1",
  51. "@tarojs/plugin-platform-swan": "4.1.1",
  52. "@tarojs/plugin-platform-tt": "4.1.1",
  53. "@tarojs/plugin-platform-weapp": "4.1.1",
  54. "@tarojs/react": "4.1.1",
  55. "@tarojs/runtime": "4.1.1",
  56. "@tarojs/shared": "4.1.1",
  57. "@tarojs/taro": "4.1.1",
  58. "antd": "^5.25.3",
  59. "antd-mobile": "^5.39.0",
  60. "react": "^18.0.0",
  61. "react-dom": "^18.0.0",
  62. "react-intl": "^7.1.11",
  63. "react-router-dom": "^7.6.1"
  64. },
  65. "devDependencies": {
  66. "@babel/core": "^7.24.4",
  67. "@babel/plugin-transform-class-properties": "7.25.9",
  68. "@babel/preset-react": "^7.24.1",
  69. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  70. "@tarojs/cli": "4.1.1",
  71. "@tarojs/taro-loader": "4.1.1",
  72. "@tarojs/webpack5-runner": "4.1.1",
  73. "@types/node": "^18",
  74. "@types/react": "^18.0.0",
  75. "@types/webpack-env": "^1.13.6",
  76. "@typescript-eslint/eslint-plugin": "^8.33.1",
  77. "@typescript-eslint/parser": "^8.33.1",
  78. "autoprefixer": "^10.4.21",
  79. "babel-preset-taro": "4.1.1",
  80. "eslint": "^9.28.0",
  81. "eslint-config-prettier": "^10.1.5",
  82. "eslint-plugin-prettier": "^5.4.1",
  83. "globals": "^16.2.0",
  84. "husky": "^9.1.7",
  85. "lint-staged": "^16.1.0",
  86. "postcss": "^8.5.4",
  87. "postcss-loader": "^8.1.1",
  88. "prettier": "^3.5.3",
  89. "react-refresh": "^0.14.0",
  90. "stylelint": "^16.4.0",
  91. "tailwindcss": "^3.4.17",
  92. "tsconfig-paths-webpack-plugin": "^4.1.0",
  93. "typescript": "^5.4.5",
  94. "typescript-eslint": "^8.33.1",
  95. "webpack": "5.91.0"
  96. }
  97. }