ohif-viewer/platform/viewer/pluginConfig.json
Alireza 10b4ed5f8c
feat: new Total Metabolic Tumor Volume tmtv (#2866)
* fix: ptDisplaySet metadata problem

* fix: typo in xhrHeader field

* fix: temporary fix for crosshairs on reload data

* fix hotkey bug for input fields

* upgrade docusarusu to stable release

* circle ci node upgrade

* cypress node upgrade

* bump node in netlify

* bump node version

* remove versioned docs

* update resources

* fix: webpack injection of plugins

* fix meaningful label for panels

* add reviews and fix cli for creation

* copy over chunks if exists in the build

* edit templates

* edit templates

* fix yarn lock

* fix(plugin):Deploy on windows is broken

Co-authored-by: Bill Wallace <wayfarer3130@gmail.com>
2022-08-17 15:13:59 -04:00

45 lines
876 B
JSON

{
"extensions": [
{
"packageName": "@ohif/extension-cornerstone",
"version": "3.0.0"
},
{
"packageName": "@ohif/extension-measurement-tracking",
"version": "3.0.0"
},
{
"packageName": "@ohif/extension-cornerstone-dicom-sr",
"version": "3.0.0"
},
{
"packageName": "@ohif/extension-default",
"version": "3.0.0"
},
{
"packageName": "@ohif/extension-dicom-pdf",
"version": "3.0.1"
},
{
"packageName": "@ohif/extension-dicom-video",
"version": "3.0.1"
},
{
"packageName": "@ohif/extension-tmtv",
"version": "3.0.0"
}
],
"modes": [
{
"packageName": "@ohif/mode-longitudinal",
"version": "3.0.0"
},
{
"packageName": "@ohif/mode-tmtv",
"version": "3.0.0"
}
],
"modesFactory": [],
"umd": []
}