@luscii-healthtech/web-ui 58.6.11 → 58.6.12
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 +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luscii-healthtech/web-ui",
|
|
3
|
-
"version": "58.6.
|
|
3
|
+
"version": "58.6.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Joris Janssen"
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
"@eslint/compat": "^2.0.0",
|
|
85
85
|
"@eslint/eslintrc": "^3.3.1",
|
|
86
86
|
"@eslint/js": "^9.39.1",
|
|
87
|
-
"@fontsource/inter": "^4.5.15",
|
|
88
87
|
"@rollup/plugin-alias": "^5.1.1",
|
|
89
88
|
"@rollup/plugin-commonjs": "^25.0.3",
|
|
90
89
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -111,6 +110,7 @@
|
|
|
111
110
|
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
112
111
|
"@typescript-eslint/parser": "^8.46.4",
|
|
113
112
|
"autoprefixer": "^10.4.14",
|
|
113
|
+
"axe-html-reporter": "^2.2.3",
|
|
114
114
|
"axe-playwright": "^1.2.3",
|
|
115
115
|
"cartesian": "^1.0.1",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"jscodeshift": "^17.3.0",
|
|
129
129
|
"lint-staged": "^13.2.3",
|
|
130
130
|
"postcss": "^8.5.23",
|
|
131
|
+
"postcss-loader": "^8.2.0",
|
|
131
132
|
"postcss-url": "^10.1.3",
|
|
132
133
|
"prettier": "^3.0.0",
|
|
133
134
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
@@ -139,8 +140,10 @@
|
|
|
139
140
|
"rollup-plugin-postcss": "^4.0.2",
|
|
140
141
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
141
142
|
"sass": "^1.83.0",
|
|
143
|
+
"sass-loader": "^17.0.0",
|
|
142
144
|
"storybook": "^10.2.13",
|
|
143
145
|
"storybook-addon-tag-badges": "^3.0.4",
|
|
146
|
+
"style-loader": "^4.0.0",
|
|
144
147
|
"tailwindcss": "^4.1.12",
|
|
145
148
|
"tailwindcss-animate": "^1.0.7",
|
|
146
149
|
"tsc-alias": "^1.8.16",
|
|
@@ -149,6 +152,8 @@
|
|
|
149
152
|
"vite": "^7.3.5"
|
|
150
153
|
},
|
|
151
154
|
"dependencies": {
|
|
155
|
+
"@fontsource/inter": "^4.5.15",
|
|
156
|
+
"@fontsource/roboto": "^5.0.5",
|
|
152
157
|
"@headlessui/react": "^2.2.0",
|
|
153
158
|
"@heroicons/react": "^2.2.0",
|
|
154
159
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|