@tap-payments/os-micro-frontend-shared 0.1.475-test.1-test.3 → 0.1.475-test.7
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 +30 -42
- package/build/metafile-esm.json +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.475-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.475-test.7",
|
|
5
|
+
"testVersion": 7,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "build/index.js",
|
|
@@ -71,37 +71,29 @@
|
|
|
71
71
|
"prepare": "husky"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@emotion/react": "^11.11.0",
|
|
75
|
-
"@emotion/styled": "^11.11.0",
|
|
76
|
-
"@hookform/resolvers": "^3.3.1",
|
|
77
|
-
"@mui/material": "^5.12.3",
|
|
78
|
-
"@uiw/react-json-view": "^2.0.0-alpha.16",
|
|
79
74
|
"axios": "^1.4.0",
|
|
80
75
|
"color": "^5.0.0",
|
|
81
|
-
"dayjs": "^1.11.8",
|
|
82
|
-
"framer-motion": "10.11.0",
|
|
83
|
-
"i18next": "^22.4.15",
|
|
84
76
|
"memoize-one": "^6.0.0",
|
|
85
|
-
"re-resizable": "^6.9.9",
|
|
86
|
-
"react": "^18.2.0",
|
|
87
77
|
"react-colorful": "^5.6.1",
|
|
88
|
-
"react-
|
|
89
|
-
"react-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
78
|
+
"react-date-object": "2.1.9",
|
|
79
|
+
"react-lazy-load-image-component": "^1.6.3",
|
|
80
|
+
"yup": "^1.7.1",
|
|
81
|
+
"@hookform/resolvers": "^3",
|
|
82
|
+
"re-resizable": "^6",
|
|
83
|
+
"react-currency-input-field": "^3",
|
|
84
|
+
"react-draggable": "^4",
|
|
92
85
|
"react-dropzone": "^14.2.3",
|
|
93
|
-
"
|
|
86
|
+
"dayjs": "^1.11.8",
|
|
87
|
+
"@uiw/react-json-view": "^2.0.0-alpha",
|
|
88
|
+
"react-virtualized-auto-sizer": "^1.0.20",
|
|
89
|
+
"recharts": "^2.15.1",
|
|
90
|
+
"react18-input-otp": "^1.1.4",
|
|
94
91
|
"react-hot-toast": "^2.4.1",
|
|
95
|
-
"react-i18next": "^12.2.2",
|
|
96
|
-
"react-lazy-load-image-component": "^1.6.3",
|
|
97
|
-
"react-multi-date-picker": "^4.1.2",
|
|
98
92
|
"react-router-dom": "^7.7.0",
|
|
99
|
-
"react-
|
|
100
|
-
"react-window": "^1.8.9",
|
|
93
|
+
"react-hook-form": "^7.45.4",
|
|
101
94
|
"react-window-infinite-loader": "^1.0.9",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"yup": "^1.7.1"
|
|
95
|
+
"react-window": "^1.8.9",
|
|
96
|
+
"react-multi-date-picker": "^4.1.2"
|
|
105
97
|
},
|
|
106
98
|
"devDependencies": {
|
|
107
99
|
"@eslint/js": "^9.17.0",
|
|
@@ -132,33 +124,29 @@
|
|
|
132
124
|
"typescript": "5.0.2",
|
|
133
125
|
"typescript-eslint": "^8.18.2",
|
|
134
126
|
"vite": "6.0.5",
|
|
135
|
-
"vite-tsconfig-paths": "^4.2.0"
|
|
127
|
+
"vite-tsconfig-paths": "^4.2.0",
|
|
128
|
+
"react": "^18.2.0",
|
|
129
|
+
"react-dom": "^18.2.0",
|
|
130
|
+
"@mui/material": "^5.12.3",
|
|
131
|
+
"@emotion/react": "^11.11.0",
|
|
132
|
+
"@emotion/styled": "^11.11.0",
|
|
133
|
+
"framer-motion": "10.11.0",
|
|
134
|
+
"i18next": "^22.4.15",
|
|
135
|
+
"react-hook-form": "^7.45.4",
|
|
136
|
+
"react-i18next": "^12.2.2",
|
|
137
|
+
"react-window": "^1.8.9",
|
|
138
|
+
"react-window-infinite-loader": "^1.0.9"
|
|
136
139
|
},
|
|
137
140
|
"peerDependencies": {
|
|
138
141
|
"@emotion/react": "^11",
|
|
139
142
|
"@emotion/styled": "^11",
|
|
140
|
-
"@hookform/resolvers": "^3",
|
|
141
143
|
"@mui/material": "^5",
|
|
142
|
-
"@uiw/react-json-view": "^2.0.0-alpha",
|
|
143
|
-
"dayjs": "^1",
|
|
144
144
|
"framer-motion": "^10",
|
|
145
145
|
"i18next": "^22",
|
|
146
|
-
"re-resizable": "^6",
|
|
147
146
|
"react": "^18",
|
|
148
|
-
"react-currency-input-field": "^3",
|
|
149
147
|
"react-dom": "^18",
|
|
150
|
-
"react-draggable": "^4",
|
|
151
|
-
"react-dropzone": "^14",
|
|
152
148
|
"react-hook-form": "^7",
|
|
153
|
-
"react-
|
|
154
|
-
"react-i18next": "^12",
|
|
155
|
-
"react-multi-date-picker": "^4",
|
|
156
|
-
"react-router-dom": "^7",
|
|
157
|
-
"react-virtualized-auto-sizer": "^1",
|
|
158
|
-
"react-window": "^1.8",
|
|
159
|
-
"react-window-infinite-loader": "^1",
|
|
160
|
-
"react18-input-otp": "^1",
|
|
161
|
-
"recharts": "^2"
|
|
149
|
+
"react-i18next": "^12"
|
|
162
150
|
},
|
|
163
151
|
"lint-staged": {
|
|
164
152
|
"src/**/*.{ts,tsx,json,js,jsx}": [
|