@luscii-healthtech/web-ui 2.71.8 → 2.71.10
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 +22 -28
package/package.json
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"name": "@luscii-healthtech/web-ui",
|
|
3
|
+
"version": "2.71.10",
|
|
3
4
|
"license": "MIT",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Joris Janssen"
|
|
7
|
+
},
|
|
8
|
+
"readme": "./README.md",
|
|
4
9
|
"main": "dist/index.js",
|
|
10
|
+
"module": "dist/web-ui.esm.js",
|
|
5
11
|
"typings": "dist/index.d.ts",
|
|
6
12
|
"files": [
|
|
7
13
|
"dist"
|
|
@@ -32,26 +38,6 @@
|
|
|
32
38
|
"prepare": "husky install",
|
|
33
39
|
"icons": "svgr --out-dir src/components/Icons src/components/Icons/icons --typescript --template src/components/Icons/templates/component.ts --index-template src/components/Icons/templates/index.ts"
|
|
34
40
|
},
|
|
35
|
-
"peerDependencies": {
|
|
36
|
-
"@dnd-kit/core": "^6.0.8",
|
|
37
|
-
"@dnd-kit/sortable": "^7.0.2",
|
|
38
|
-
"@dnd-kit/utilities": "^3.2.1",
|
|
39
|
-
"react": ">=16",
|
|
40
|
-
"react-hook-form": "6.15.8",
|
|
41
|
-
"react-lazy-load-image-component": "^1.5.5",
|
|
42
|
-
"react-tooltip": "^4.2.21"
|
|
43
|
-
},
|
|
44
|
-
"prettier": {
|
|
45
|
-
"printWidth": 80,
|
|
46
|
-
"semi": true,
|
|
47
|
-
"singleQuote": false,
|
|
48
|
-
"trailingComma": "es5"
|
|
49
|
-
},
|
|
50
|
-
"name": "@luscii-healthtech/web-ui",
|
|
51
|
-
"author": {
|
|
52
|
-
"name": "Joris Janssen"
|
|
53
|
-
},
|
|
54
|
-
"module": "dist/web-ui.esm.js",
|
|
55
41
|
"size-limit": [
|
|
56
42
|
{
|
|
57
43
|
"path": "dist/web-ui.cjs.production.min.js",
|
|
@@ -62,6 +48,15 @@
|
|
|
62
48
|
"limit": "10 KB"
|
|
63
49
|
}
|
|
64
50
|
],
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@dnd-kit/core": "^6.0.8",
|
|
53
|
+
"@dnd-kit/sortable": "^7.0.2",
|
|
54
|
+
"@dnd-kit/utilities": "^3.2.1",
|
|
55
|
+
"react": ">=16",
|
|
56
|
+
"react-hook-form": "6.15.8",
|
|
57
|
+
"react-lazy-load-image-component": "^1.5.5",
|
|
58
|
+
"react-tooltip": "^4.2.21"
|
|
59
|
+
},
|
|
65
60
|
"devDependencies": {
|
|
66
61
|
"@babel/core": "^7.18.5",
|
|
67
62
|
"@babel/preset-env": "^7.22.6",
|
|
@@ -89,8 +84,8 @@
|
|
|
89
84
|
"@types/react": "^18.0.27",
|
|
90
85
|
"@types/react-dom": "^18.0.10",
|
|
91
86
|
"@types/react-tooltip": "^4.2.4",
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
93
|
-
"@typescript-eslint/parser": "^5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
88
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
94
89
|
"autoprefixer": "^9.0.0",
|
|
95
90
|
"babel-loader": "^8.2.5",
|
|
96
91
|
"chromatic": "^6.6.3",
|
|
@@ -122,9 +117,8 @@
|
|
|
122
117
|
"tailwindcss": "^1.9.6",
|
|
123
118
|
"tsdx": "^0.14.1",
|
|
124
119
|
"tslib": "^2.5.0",
|
|
125
|
-
"typescript": "^4.
|
|
120
|
+
"typescript": "^4.9"
|
|
126
121
|
},
|
|
127
|
-
"readme": "ERROR: No README data found!",
|
|
128
122
|
"dependencies": {
|
|
129
123
|
"@fontsource/inter": "^4.5.15",
|
|
130
124
|
"@fontsource/roboto": "^4.5.8",
|
|
@@ -151,9 +145,9 @@
|
|
|
151
145
|
"On the webpack resolution issue: https://github.com/storybookjs/storybook/issues/15252#issuecomment-875456797"
|
|
152
146
|
],
|
|
153
147
|
"resolutions": {
|
|
154
|
-
"**/typescript": "^4.
|
|
155
|
-
"**/@typescript-eslint/eslint-plugin": "^5.
|
|
156
|
-
"**/@typescript-eslint/parser": "^5.
|
|
148
|
+
"**/typescript": "^4.9",
|
|
149
|
+
"**/@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
150
|
+
"**/@typescript-eslint/parser": "^5.61.0",
|
|
157
151
|
"**/loader-utils": "^2.0.4",
|
|
158
152
|
"**/prismjs": "^1.27.0",
|
|
159
153
|
"**/json5": "^2.2.2",
|