Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudberenbaum authored Oct 13, 2024
1 parent 9125cec commit 250c4c4
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions platform/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/app",
"version": "3.9.0-beta.97",
"version": "3.9.0-beta.94",
"productVersion": "3.4.0",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
Expand Down Expand Up @@ -29,8 +29,9 @@
"clean:deep": "yarn run clean && shx rm -rf node_modules",
"dev": "cross-env NODE_ENV=development webpack serve --config .webpack/webpack.pwa.js",
"dev:no:cache": "cross-env NODE_ENV=development webpack serve --no-cache --config .webpack/webpack.pwa.js",
"dev:orthanc": "cross-env NODE_ENV=development PROXY_TARGET=/dicom-web PROXY_DOMAIN=http://localhost:8042 APP_CONFIG=config/docker-nginx-orthanc.js webpack serve --config .webpack/webpack.pwa.js",
"dev:orthanc": "cross-env NODE_ENV=development PROXY_TARGET=http://localhost:3000/pacs/dicom-web PROXY_DOMAIN=http://localhost:8042 PROXY_PATH_REWRITE_FROM=/pacs/dicom-web PROXY_PATH_REWRITE_TO=/dicom-web APP_CONFIG=config/docker-nginx-orthanc.js webpack serve --config .webpack/webpack.pwa.js",
"dev:orthanc:no:cache": "cross-env NODE_ENV=development PROXY_TARGET=/dicom-web PROXY_DOMAIN=http://localhost:8042 APP_CONFIG=config/docker-nginx-orthanc.js webpack serve --no-cache --config .webpack/webpack.pwa.js",
"dev:orthanc:local": "cross-env NODE_ENV=development APP_CONFIG=config/ocal_orthanc.js webpack serve --config .webpack/webpack.pwa.js",
"dev:dcm4chee": "cross-env NODE_ENV=development APP_CONFIG=config/local_dcm4chee.js webpack serve --config .webpack/webpack.pwa.js",
"dev:static": "cross-env NODE_ENV=development APP_CONFIG=config/local_static.js webpack serve --config .webpack/webpack.pwa.js",
"dev:viewer": "yarn run dev",
Expand All @@ -55,23 +56,23 @@
"@cornerstonejs/codec-openjph": "^2.4.5",
"@cornerstonejs/dicom-image-loader": "^1.77.6",
"@emotion/serialize": "^1.1.3",
"@ohif/core": "3.9.0-beta.97",
"@ohif/extension-cornerstone": "3.9.0-beta.97",
"@ohif/extension-cornerstone-dicom-rt": "3.9.0-beta.97",
"@ohif/extension-cornerstone-dicom-seg": "3.9.0-beta.97",
"@ohif/extension-cornerstone-dicom-sr": "3.9.0-beta.97",
"@ohif/extension-default": "3.9.0-beta.97",
"@ohif/extension-dicom-microscopy": "3.9.0-beta.97",
"@ohif/extension-dicom-pdf": "3.9.0-beta.97",
"@ohif/extension-dicom-video": "3.9.0-beta.97",
"@ohif/extension-test": "3.9.0-beta.97",
"@ohif/i18n": "3.9.0-beta.97",
"@ohif/mode-basic-dev-mode": "3.9.0-beta.97",
"@ohif/mode-longitudinal": "3.9.0-beta.97",
"@ohif/mode-microscopy": "3.9.0-beta.97",
"@ohif/mode-test": "3.9.0-beta.97",
"@ohif/ui": "3.9.0-beta.97",
"@ohif/ui-next": "3.9.0-beta.97",
"@ohif/core": "3.9.0-beta.94",
"@ohif/extension-cornerstone": "3.9.0-beta.94",
"@ohif/extension-cornerstone-dicom-rt": "3.9.0-beta.94",
"@ohif/extension-cornerstone-dicom-seg": "3.9.0-beta.94",
"@ohif/extension-cornerstone-dicom-sr": "3.9.0-beta.94",
"@ohif/extension-default": "3.9.0-beta.94",
"@ohif/extension-dicom-microscopy": "3.9.0-beta.94",
"@ohif/extension-dicom-pdf": "3.9.0-beta.94",
"@ohif/extension-dicom-video": "3.9.0-beta.94",
"@ohif/extension-test": "3.9.0-beta.94",
"@ohif/i18n": "3.9.0-beta.94",
"@ohif/mode-basic-dev-mode": "3.9.0-beta.94",
"@ohif/mode-longitudinal": "3.9.0-beta.94",
"@ohif/mode-microscopy": "3.9.0-beta.94",
"@ohif/mode-test": "3.9.0-beta.94",
"@ohif/ui": "3.9.0-beta.94",
"@ohif/ui-next": "3.9.0-beta.94",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.3",
"classnames": "^2.3.2",
Expand Down

0 comments on commit 250c4c4

Please sign in to comment.