@tap-payments/os-micro-frontend-shared 0.1.476 → 0.1.477
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 +31 -45
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
"version": "0.1.477",
|
|
5
5
|
"testVersion": 0,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dev": "vite",
|
|
63
63
|
"build": "tsc -b && vite build ",
|
|
64
64
|
"storybook": "storybook dev -p 6006 --config-dir docs/.storybook",
|
|
65
|
-
"build
|
|
65
|
+
"storybook:build": "storybook build --config-dir docs/.storybook",
|
|
66
66
|
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|
|
67
67
|
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
|
|
68
68
|
"lint": "eslint . --color",
|
|
@@ -71,45 +71,38 @@
|
|
|
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
|
-
"
|
|
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",
|
|
91
85
|
"react-dropzone": "^14.2.3",
|
|
92
|
-
"
|
|
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",
|
|
93
91
|
"react-hot-toast": "^2.4.1",
|
|
94
|
-
"react-i18next": "^12.2.2",
|
|
95
|
-
"react-lazy-load-image-component": "^1.6.3",
|
|
96
|
-
"react-multi-date-picker": "^4.1.2",
|
|
97
92
|
"react-router-dom": "^7.7.0",
|
|
98
|
-
"react-
|
|
99
|
-
"react-window": "^1.8.9",
|
|
93
|
+
"react-hook-form": "^7.45.4",
|
|
100
94
|
"react-window-infinite-loader": "^1.0.9",
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"yup": "^1.7.1"
|
|
95
|
+
"react-window": "^1.8.9",
|
|
96
|
+
"react-multi-date-picker": "^4.1.2"
|
|
104
97
|
},
|
|
105
98
|
"devDependencies": {
|
|
106
|
-
"eslint
|
|
99
|
+
"@eslint/js": "^9.17.0",
|
|
107
100
|
"@storybook/addon-a11y": "^10.2.19",
|
|
101
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
108
102
|
"@storybook/react-vite": "^10.2.19",
|
|
109
|
-
"storybook": "^10.2.19",
|
|
110
|
-
"@eslint/js": "^9.17.0",
|
|
111
103
|
"@testing-library/jest-dom": "^5.16.5",
|
|
112
104
|
"@types/lodash": "^4.17.15",
|
|
105
|
+
"@types/node": "^20.11.0",
|
|
113
106
|
"@types/react": "^18.2.6",
|
|
114
107
|
"@types/react-dom": "^18.3.5",
|
|
115
108
|
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
@@ -117,47 +110,40 @@
|
|
|
117
110
|
"@types/react-window": "^1.8.5",
|
|
118
111
|
"@types/react-window-infinite-loader": "^1.0.6",
|
|
119
112
|
"@vitejs/plugin-react": "^4.3.4",
|
|
120
|
-
"@types/node": "^20.11.0",
|
|
121
113
|
"eslint": "^9.17.0",
|
|
122
114
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
123
115
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
116
|
+
"eslint-plugin-storybook": "^10.2.19",
|
|
124
117
|
"globals": "^15.14.0",
|
|
125
118
|
"husky": "^8.0.3",
|
|
126
119
|
"lint-staged": "^13.2.2",
|
|
127
120
|
"prettier": "^2.8.8",
|
|
121
|
+
"storybook": "^10.2.19",
|
|
128
122
|
"tsc-alias": "^1.8.16",
|
|
129
123
|
"tsup": "^8.5.1",
|
|
130
124
|
"typescript": "5.0.2",
|
|
131
125
|
"typescript-eslint": "^8.18.2",
|
|
132
126
|
"vite": "6.0.5",
|
|
133
127
|
"vite-tsconfig-paths": "^4.2.0",
|
|
134
|
-
"
|
|
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-i18next": "^12.2.2"
|
|
135
136
|
},
|
|
136
137
|
"peerDependencies": {
|
|
137
138
|
"@emotion/react": "^11",
|
|
138
139
|
"@emotion/styled": "^11",
|
|
139
|
-
"@hookform/resolvers": "^3",
|
|
140
140
|
"@mui/material": "^5",
|
|
141
|
-
"@uiw/react-json-view": "^2.0.0-alpha",
|
|
142
|
-
"dayjs": "^1",
|
|
143
141
|
"framer-motion": "^10",
|
|
144
142
|
"i18next": "^22",
|
|
145
|
-
"re-resizable": "^6",
|
|
146
143
|
"react": "^18",
|
|
147
|
-
"react-currency-input-field": "^3",
|
|
148
144
|
"react-dom": "^18",
|
|
149
|
-
"react-draggable": "^4",
|
|
150
|
-
"react-dropzone": "^14",
|
|
151
|
-
"react-hook-form": "^7",
|
|
152
|
-
"react-hot-toast": "^2",
|
|
153
|
-
"react-i18next": "^12",
|
|
154
|
-
"react-multi-date-picker": "^4",
|
|
155
145
|
"react-router-dom": "^7",
|
|
156
|
-
"react-
|
|
157
|
-
"react-window": "^1.8",
|
|
158
|
-
"react-window-infinite-loader": "^1",
|
|
159
|
-
"react18-input-otp": "^1",
|
|
160
|
-
"recharts": "^2"
|
|
146
|
+
"react-i18next": "^12"
|
|
161
147
|
},
|
|
162
148
|
"lint-staged": {
|
|
163
149
|
"src/**/*.{ts,tsx,json,js,jsx}": [
|