|
@@ -40,6 +40,9 @@
|
|
"author": "",
|
|
"author": "",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.24.4",
|
|
"@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",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"@tarojs/components": "4.1.1",
|
|
"@tarojs/components": "4.1.1",
|
|
"@tarojs/helper": "4.1.1",
|
|
"@tarojs/helper": "4.1.1",
|
|
@@ -61,6 +64,7 @@
|
|
"antd-mobile": "^5.39.0",
|
|
"antd-mobile": "^5.39.0",
|
|
"axios": "^1.9.0",
|
|
"axios": "^1.9.0",
|
|
"dayjs": "^1.11.13",
|
|
"dayjs": "^1.11.13",
|
|
|
|
+ "dicomweb-client": "0.10.4",
|
|
"react": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-intl": "^7.1.11",
|
|
"react-intl": "^7.1.11",
|
|
@@ -84,6 +88,7 @@
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-preset-taro": "4.1.1",
|
|
"babel-preset-taro": "4.1.1",
|
|
|
|
+ "browserify-fs": "^1.0.0",
|
|
"eslint": "^9.28.0",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
@@ -91,15 +96,18 @@
|
|
"husky": "^9.1.7",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.0",
|
|
"lint-staged": "^16.1.0",
|
|
"msw": "^2.10.2",
|
|
"msw": "^2.10.2",
|
|
|
|
+ "path-browserify": "^1.0.1",
|
|
"postcss": "^8.5.4",
|
|
"postcss": "^8.5.4",
|
|
"postcss-loader": "^8.1.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier": "^3.5.3",
|
|
"react-refresh": "^0.14.0",
|
|
"react-refresh": "^0.14.0",
|
|
|
|
+ "stream-browserify": "^3.0.0",
|
|
"stylelint": "^16.4.0",
|
|
"stylelint": "^16.4.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss": "^3.4.17",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.33.1",
|
|
"typescript-eslint": "^8.33.1",
|
|
|
|
+ "util": "^0.12.5",
|
|
"webpack": "5.91.0"
|
|
"webpack": "5.91.0"
|
|
},
|
|
},
|
|
"msw": {
|
|
"msw": {
|