@luscii-healthtech/web-ui 2.71.9 → 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 +16 -22
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",
|
|
@@ -124,7 +119,6 @@
|
|
|
124
119
|
"tslib": "^2.5.0",
|
|
125
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",
|