@hybridcore/ui 1.5.89 → 1.5.90
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 +33 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridcore/ui",
|
|
3
3
|
"description": "Hybrid Core UI Library",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.90",
|
|
5
5
|
"author": "Hybrid Core",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"type": "module",
|
|
@@ -26,9 +26,7 @@
|
|
|
26
26
|
"build-storybook": "storybook build",
|
|
27
27
|
"tsc": "tsc -b ./tsconfig.lib.json"
|
|
28
28
|
},
|
|
29
|
-
"
|
|
30
|
-
"@amcharts/amcharts5": "^5.14.4",
|
|
31
|
-
"@cyntler/react-doc-viewer": "^1.17.0",
|
|
29
|
+
"peerDependencies": {
|
|
32
30
|
"@emotion/react": "^11.10.6",
|
|
33
31
|
"@emotion/styled": "^11.10.6",
|
|
34
32
|
"@mui/icons-material": "^5.11.11",
|
|
@@ -36,8 +34,6 @@
|
|
|
36
34
|
"@mui/x-data-grid": "6.0.4",
|
|
37
35
|
"@mui/x-date-pickers": "6.3.0",
|
|
38
36
|
"@mui/x-tree-view": "^7.23.0",
|
|
39
|
-
"@tabler/icons-react": "^3.41.1",
|
|
40
|
-
"@terraformer/wkt": "^2.2.1",
|
|
41
37
|
"@turf/turf": "^7.0.0",
|
|
42
38
|
"dayjs": "^1.11.7",
|
|
43
39
|
"fast-xml-parser": "^4.2.2",
|
|
@@ -45,19 +41,34 @@
|
|
|
45
41
|
"lodash": "^4.17.21",
|
|
46
42
|
"mapbox-gl": "^2.15.0",
|
|
47
43
|
"ol": "^7.3.0",
|
|
48
|
-
"react
|
|
44
|
+
"react": "^18.3.1",
|
|
49
45
|
"react-confirm": "^0.3.0-2",
|
|
50
|
-
"react-
|
|
51
|
-
"react-drag-drop-files": "^2.4.0",
|
|
46
|
+
"react-dom": "^18.3.1",
|
|
52
47
|
"react-dropdown-tree-select": "^2.8.0",
|
|
53
48
|
"react-hook-form": "^7.43.9",
|
|
54
49
|
"react-number-format": "^5.3.4",
|
|
55
50
|
"react-phone-number-input": "^3.3.7",
|
|
56
51
|
"react-select": "^5.8.0"
|
|
57
52
|
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@amcharts/amcharts5": "^5.14.4",
|
|
55
|
+
"@cyntler/react-doc-viewer": "^1.17.0",
|
|
56
|
+
"@tabler/icons-react": "^3.41.1",
|
|
57
|
+
"@terraformer/wkt": "^2.2.1",
|
|
58
|
+
"react-ace": "^14.0.1",
|
|
59
|
+
"react-custom-scroll": "^7.0.0",
|
|
60
|
+
"react-drag-drop-files": "^2.4.0"
|
|
61
|
+
},
|
|
58
62
|
"devDependencies": {
|
|
59
63
|
"@chromatic-com/storybook": "^1.9.0",
|
|
64
|
+
"@emotion/react": "^11.10.6",
|
|
65
|
+
"@emotion/styled": "^11.10.6",
|
|
60
66
|
"@eslint/js": "^9.11.1",
|
|
67
|
+
"@mui/icons-material": "^5.11.11",
|
|
68
|
+
"@mui/material": "5.11.13",
|
|
69
|
+
"@mui/x-data-grid": "6.0.4",
|
|
70
|
+
"@mui/x-date-pickers": "6.3.0",
|
|
71
|
+
"@mui/x-tree-view": "^7.23.0",
|
|
61
72
|
"@storybook/addon-essentials": "^8.3.5",
|
|
62
73
|
"@storybook/addon-interactions": "^8.3.5",
|
|
63
74
|
"@storybook/addon-links": "^8.3.5",
|
|
@@ -66,6 +77,7 @@
|
|
|
66
77
|
"@storybook/react": "^8.3.5",
|
|
67
78
|
"@storybook/react-vite": "^8.3.5",
|
|
68
79
|
"@storybook/test": "^8.3.5",
|
|
80
|
+
"@turf/turf": "^7.0.0",
|
|
69
81
|
"@types/geodesy": "^2.2.3",
|
|
70
82
|
"@types/lodash": "^4.14.194",
|
|
71
83
|
"@types/mapbox-gl": "^2.7.11",
|
|
@@ -74,14 +86,26 @@
|
|
|
74
86
|
"@types/react-dom": "^18.3.0",
|
|
75
87
|
"@types/terraformer__wkt": "^2",
|
|
76
88
|
"@vitejs/plugin-react": "^4.3.2",
|
|
89
|
+
"dayjs": "^1.11.7",
|
|
77
90
|
"eslint": "^9.11.1",
|
|
78
91
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
79
92
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
80
93
|
"eslint-plugin-storybook": "^0.9.0",
|
|
94
|
+
"fast-xml-parser": "^4.2.2",
|
|
95
|
+
"geodesy": "^2.4.0",
|
|
81
96
|
"glob": "^11.0.0",
|
|
82
97
|
"globals": "^15.9.0",
|
|
98
|
+
"lodash": "^4.17.21",
|
|
99
|
+
"mapbox-gl": "^2.15.0",
|
|
100
|
+
"ol": "^7.3.0",
|
|
83
101
|
"react": "^18.3.1",
|
|
102
|
+
"react-confirm": "^0.3.0-2",
|
|
84
103
|
"react-dom": "^18.3.1",
|
|
104
|
+
"react-dropdown-tree-select": "^2.8.0",
|
|
105
|
+
"react-hook-form": "^7.43.9",
|
|
106
|
+
"react-number-format": "^5.3.4",
|
|
107
|
+
"react-phone-number-input": "^3.3.7",
|
|
108
|
+
"react-select": "^5.8.0",
|
|
85
109
|
"storybook": "^8.3.5",
|
|
86
110
|
"typescript": "^5.5.3",
|
|
87
111
|
"typescript-eslint": "^8.7.0",
|