@ohif/extension-dicom-microscopy 3.13.0-beta.89 → 3.13.0-beta.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,39 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/extension-dicom-microscopy",
|
|
3
|
-
"version": "3.13.0-beta.
|
|
3
|
+
"version": "3.13.0-beta.92",
|
|
4
4
|
"description": "OHIF extension for DICOM microscopy",
|
|
5
5
|
"author": "Bill Wallace, md-prog",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"repository": "OHIF/Viewers",
|
|
7
8
|
"main": "dist/ohif-extension-dicom-microscopy.umd.js",
|
|
9
|
+
"module": "src/index.tsx",
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=24"
|
|
12
|
+
},
|
|
8
13
|
"files": [
|
|
9
14
|
"dist/**",
|
|
10
15
|
"public/**",
|
|
11
16
|
"README.md"
|
|
12
17
|
],
|
|
13
|
-
"repository": "OHIF/Viewers",
|
|
14
|
-
"keywords": [
|
|
15
|
-
"ohif-extension"
|
|
16
|
-
],
|
|
17
|
-
"module": "src/index.tsx",
|
|
18
|
-
"engines": {
|
|
19
|
-
"node": ">=14",
|
|
20
|
-
"npm": ">=6",
|
|
21
|
-
"yarn": ">=1.18.0"
|
|
22
|
-
},
|
|
23
18
|
"scripts": {
|
|
24
19
|
"clean": "shx rm -rf dist",
|
|
25
|
-
"clean:deep": "
|
|
26
|
-
"dev": "cross-env NODE_ENV=development
|
|
27
|
-
"dev:dicom-pdf": "
|
|
28
|
-
"build": "cross-env NODE_ENV=production
|
|
29
|
-
"build:package-1": "
|
|
30
|
-
"start": "
|
|
20
|
+
"clean:deep": "pnpm run clean && shx rm -rf node_modules",
|
|
21
|
+
"dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
|
|
22
|
+
"dev:dicom-pdf": "pnpm run dev",
|
|
23
|
+
"build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
|
|
24
|
+
"build:package-1": "pnpm run build",
|
|
25
|
+
"start": "pnpm run dev"
|
|
31
26
|
},
|
|
32
27
|
"peerDependencies": {
|
|
33
|
-
"@ohif/core": "3.13.0-beta.
|
|
34
|
-
"@ohif/extension-default": "3.13.0-beta.
|
|
35
|
-
"@ohif/i18n": "3.13.0-beta.
|
|
36
|
-
"@ohif/ui": "3.13.0-beta.
|
|
28
|
+
"@ohif/core": "3.13.0-beta.92",
|
|
29
|
+
"@ohif/extension-default": "3.13.0-beta.92",
|
|
30
|
+
"@ohif/i18n": "3.13.0-beta.92",
|
|
31
|
+
"@ohif/ui": "3.13.0-beta.92",
|
|
37
32
|
"prop-types": "15.8.1",
|
|
38
33
|
"react": "18.3.1",
|
|
39
34
|
"react-dom": "18.3.1",
|
|
@@ -47,7 +42,14 @@
|
|
|
47
42
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "1.2.2",
|
|
48
43
|
"@cornerstonejs/codec-openjpeg": "1.3.0",
|
|
49
44
|
"colormap": "2.3.2",
|
|
45
|
+
"dicom-microscopy-viewer": "0.48.6",
|
|
50
46
|
"lodash.debounce": "4.0.8",
|
|
51
47
|
"mathjs": "12.4.3"
|
|
52
|
-
}
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"cross-env": "7.0.3"
|
|
51
|
+
},
|
|
52
|
+
"keywords": [
|
|
53
|
+
"ohif-extension"
|
|
54
|
+
]
|
|
53
55
|
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Copyright (c) 2018 Jed Watson.
|
|
3
|
-
Licensed under the MIT License (MIT), see
|
|
4
|
-
http://jedwatson.github.io/classnames
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* decimal.js v10.6.0
|
|
9
|
-
* An arbitrary-precision Decimal type for JavaScript.
|
|
10
|
-
* https://github.com/MikeMcl/decimal.js
|
|
11
|
-
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
12
|
-
* MIT Licence
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @license Fraction.js v4.3.7 31/08/2023
|
|
17
|
-
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
18
|
-
*
|
|
19
|
-
* Copyright (c) 2023, Robert Eisele (robert@raw.org)
|
|
20
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
21
|
-
**/
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @license React
|
|
25
|
-
* react.production.min.js
|
|
26
|
-
*
|
|
27
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
28
|
-
*
|
|
29
|
-
* This source code is licensed under the MIT license found in the
|
|
30
|
-
* LICENSE file in the root directory of this source tree.
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
//! moment.js
|
|
34
|
-
|
|
35
|
-
//! moment.js locale configuration
|