@ohif/ui 3.12.0-beta.9 → 3.12.0-beta.91
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/README.md +0 -13
- package/dist/ohif-ui.css +1 -1
- package/dist/ohif-ui.umd.js +1 -1
- package/package.json +30 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/ui",
|
|
3
|
-
"version": "3.12.0-beta.
|
|
3
|
+
"version": "3.12.0-beta.91",
|
|
4
4
|
"description": "A set of React components for Medical Imaging Viewers",
|
|
5
5
|
"author": "OHIF Contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,23 +19,20 @@
|
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"clean": "
|
|
22
|
+
"clean": "shx rm -rf dist",
|
|
23
23
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
24
24
|
"start": "yarn run build --watch",
|
|
25
25
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
26
|
-
"build:package": "yarn run build"
|
|
27
|
-
"storybook": "storybook dev -p 6006",
|
|
28
|
-
"dev": "storybook dev -p 6006",
|
|
29
|
-
"build-storybook": "storybook build"
|
|
26
|
+
"build:package": "yarn run build"
|
|
30
27
|
},
|
|
31
28
|
"peerDependencies": {
|
|
32
|
-
"react": "
|
|
33
|
-
"react-dom": "
|
|
29
|
+
"react": "18.3.1",
|
|
30
|
+
"react-dom": "18.3.1"
|
|
34
31
|
},
|
|
35
32
|
"dependencies": {
|
|
36
|
-
"@testing-library/react": "
|
|
37
|
-
"browser-detect": "
|
|
38
|
-
"classnames": "
|
|
33
|
+
"@testing-library/react": "13.4.0",
|
|
34
|
+
"browser-detect": "0.2.28",
|
|
35
|
+
"classnames": "2.5.1",
|
|
39
36
|
"d3-array": "3",
|
|
40
37
|
"d3-axis": "3",
|
|
41
38
|
"d3-scale": "4",
|
|
@@ -43,45 +40,36 @@
|
|
|
43
40
|
"d3-selection": "3",
|
|
44
41
|
"d3-shape": "3",
|
|
45
42
|
"d3-zoom": "3",
|
|
46
|
-
"lodash.clonedeep": "
|
|
47
|
-
"lodash.debounce": "
|
|
48
|
-
"lodash.merge": "
|
|
49
|
-
"moment": "
|
|
50
|
-
"mousetrap": "
|
|
51
|
-
"react": "
|
|
52
|
-
"react-dates": "
|
|
43
|
+
"lodash.clonedeep": "4.5.0",
|
|
44
|
+
"lodash.debounce": "4.0.8",
|
|
45
|
+
"lodash.merge": "4.6.2",
|
|
46
|
+
"moment": "2.30.1",
|
|
47
|
+
"mousetrap": "1.6.5",
|
|
48
|
+
"react": "18.3.1",
|
|
49
|
+
"react-dates": "21.8.0",
|
|
53
50
|
"react-dnd": "14.0.2",
|
|
54
51
|
"react-dnd-html5-backend": "14.0.0",
|
|
55
|
-
"react-dom": "
|
|
56
|
-
"react-draggable": "
|
|
57
|
-
"react-error-boundary": "
|
|
52
|
+
"react-dom": "18.3.1",
|
|
53
|
+
"react-draggable": "4.5.0",
|
|
54
|
+
"react-error-boundary": "3.1.4",
|
|
58
55
|
"react-modal": "3.11.2",
|
|
59
|
-
"react-outside-click-handler": "
|
|
56
|
+
"react-outside-click-handler": "1.3.0",
|
|
60
57
|
"react-select": "5.7.4",
|
|
61
|
-
"react-test-renderer": "
|
|
62
|
-
"react-window": "
|
|
63
|
-
"react-with-direction": "
|
|
64
|
-
"swiper": "
|
|
58
|
+
"react-test-renderer": "18.3.1",
|
|
59
|
+
"react-window": "1.8.11",
|
|
60
|
+
"react-with-direction": "1.4.0",
|
|
61
|
+
"swiper": "8.4.7",
|
|
65
62
|
"webpack": "5.95.0"
|
|
66
63
|
},
|
|
67
64
|
"devDependencies": {
|
|
68
65
|
"@babel/core": "7.28.0",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"@storybook/source-loader": "^7.6.10",
|
|
77
|
-
"autoprefixer": "^10.4.14",
|
|
78
|
-
"babel-loader": "^9.1.2",
|
|
79
|
-
"dotenv-webpack": "^8.0.1",
|
|
80
|
-
"postcss": "^8.4.23",
|
|
81
|
-
"postcss-loader": "^7.2.4",
|
|
82
|
-
"prop-types": "^15.8.1",
|
|
83
|
-
"remark-gfm": "^3.0.1",
|
|
84
|
-
"storybook": "^7.6.10",
|
|
66
|
+
"autoprefixer": "10.4.21",
|
|
67
|
+
"babel-loader": "8.4.1",
|
|
68
|
+
"dotenv-webpack": "1.8.0",
|
|
69
|
+
"postcss": "8.5.6",
|
|
70
|
+
"postcss-loader": "6.2.1",
|
|
71
|
+
"prop-types": "15.8.1",
|
|
72
|
+
"remark-gfm": "3.0.1",
|
|
85
73
|
"tailwindcss": "3.2.4"
|
|
86
74
|
}
|
|
87
75
|
}
|