123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "name": "zsis",
- "version": "1.0.0",
- "private": true,
- "description": "医学成像系统",
- "templateInfo": {
- "name": "default",
- "typescript": true,
- "css": "None",
- "framework": "React"
- },
- "scripts": {
- "lint": "eslint --ext .ts,.tsx .",
- "lint:fix": "eslint --ext .ts,.tsx . --fix",
- "format": "prettier --write 'src/**/*.{ts,tsx}'",
- "build:weapp": "taro build --type weapp",
- "build:swan": "taro build --type swan",
- "build:alipay": "taro build --type alipay",
- "build:tt": "taro build --type tt",
- "build:h5": "taro build --type h5",
- "build:rn": "taro build --type rn",
- "build:qq": "taro build --type qq",
- "build:jd": "taro build --type jd",
- "build:harmony-hybrid": "taro build --type harmony-hybrid",
- "dev:weapp": "npm run build:weapp -- --watch",
- "dev:swan": "npm run build:swan -- --watch",
- "dev:alipay": "npm run build:alipay -- --watch",
- "dev:tt": "npm run build:tt -- --watch",
- "dev:h5": "npm run build:h5 -- --watch",
- "dev:rn": "npm run build:rn -- --watch",
- "dev:qq": "npm run build:qq -- --watch",
- "dev:jd": "npm run build:jd -- --watch",
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
- "prepare": "husky"
- },
- "browserslist": [
- "defaults and fully supports es6-module",
- "maintained node versions"
- ],
- "author": "",
- "dependencies": {
- "@babel/runtime": "^7.24.4",
- "@cornerstonejs/core": "^3.28.0",
- "@cornerstonejs/dicom-image-loader": "^3.28.0",
- "@cornerstonejs/tools": "^3.28.0",
- "@reduxjs/toolkit": "^2.8.2",
- "@tarojs/components": "4.1.1",
- "@tarojs/helper": "4.1.1",
- "@tarojs/plugin-framework-react": "4.1.1",
- "@tarojs/plugin-http": "^4.1.1",
- "@tarojs/plugin-platform-alipay": "4.1.1",
- "@tarojs/plugin-platform-h5": "4.1.1",
- "@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
- "@tarojs/plugin-platform-jd": "4.1.1",
- "@tarojs/plugin-platform-qq": "4.1.1",
- "@tarojs/plugin-platform-swan": "4.1.1",
- "@tarojs/plugin-platform-tt": "4.1.1",
- "@tarojs/plugin-platform-weapp": "4.1.1",
- "@tarojs/react": "4.1.1",
- "@tarojs/runtime": "4.1.1",
- "@tarojs/shared": "4.1.1",
- "@tarojs/taro": "4.1.1",
- "antd": "^5.25.3",
- "antd-mobile": "^5.39.0",
- "axios": "^1.9.0",
- "dayjs": "^1.11.13",
- "dicomweb-client": "0.10.4",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "react-intl": "^7.1.11",
- "react-redux": "^9.2.0",
- "react-router-dom": "^7.6.1",
- "redux": "^5.0.1",
- "zod": "^3.25.67"
- },
- "devDependencies": {
- "@babel/core": "^7.24.4",
- "@babel/plugin-transform-class-properties": "7.25.9",
- "@babel/preset-react": "^7.24.1",
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
- "@tarojs/cli": "4.1.1",
- "@tarojs/taro-loader": "4.1.1",
- "@tarojs/webpack5-runner": "4.1.1",
- "@types/node": "^18",
- "@types/react": "^18.0.0",
- "@types/webpack-env": "^1.13.6",
- "@typescript-eslint/eslint-plugin": "^8.33.1",
- "@typescript-eslint/parser": "^8.33.1",
- "autoprefixer": "^10.4.21",
- "babel-preset-taro": "4.1.1",
- "browserify-fs": "^1.0.0",
- "eslint": "^9.28.0",
- "eslint-config-prettier": "^10.1.5",
- "eslint-plugin-prettier": "^5.4.1",
- "globals": "^16.2.0",
- "husky": "^9.1.7",
- "lint-staged": "^16.1.0",
- "msw": "^2.10.2",
- "path-browserify": "^1.0.1",
- "postcss": "^8.5.4",
- "postcss-loader": "^8.1.1",
- "prettier": "^3.5.3",
- "react-refresh": "^0.14.0",
- "stream-browserify": "^3.0.0",
- "stylelint": "^16.4.0",
- "tailwindcss": "^3.4.17",
- "tsconfig-paths-webpack-plugin": "^4.1.0",
- "typescript": "^5.4.5",
- "typescript-eslint": "^8.33.1",
- "util": "^0.12.5",
- "webpack": "5.91.0"
- },
- "msw": {
- "workerDirectory": [
- "public"
- ]
- }
- }
|