@remit/web-client 0.0.3 → 0.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remit/web-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
|
|
6
6
|
"exports": {
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"@vitejs/plugin-react": "^4",
|
|
57
57
|
"@tailwindcss/vite": "^4",
|
|
58
58
|
"tailwindcss": "^4",
|
|
59
|
-
"@tanstack/router-plugin": "^1"
|
|
59
|
+
"@tanstack/router-plugin": "^1",
|
|
60
|
+
"@types/react-dom": "^19"
|
|
60
61
|
},
|
|
61
62
|
"peerDependenciesMeta": {
|
|
62
63
|
"vite": {
|
|
@@ -106,7 +107,8 @@
|
|
|
106
107
|
"react-resizable-panels": "^2.1.9",
|
|
107
108
|
"tailwind-merge": "^2",
|
|
108
109
|
"vaul": "^1.1.2",
|
|
109
|
-
"zod": "^3"
|
|
110
|
+
"zod": "^3",
|
|
111
|
+
"@types/dompurify": "*"
|
|
110
112
|
},
|
|
111
113
|
"devDependencies": {
|
|
112
114
|
"@aws-sdk/client-dynamodb": "*",
|
|
@@ -121,9 +123,7 @@
|
|
|
121
123
|
"@tailwindcss/vite": "^4",
|
|
122
124
|
"@tanstack/router-generator": "^1",
|
|
123
125
|
"@tanstack/router-plugin": "^1",
|
|
124
|
-
"@types/dompurify": "*",
|
|
125
126
|
"@types/pngjs": "^6.0.5",
|
|
126
|
-
"@types/react-dom": "^19",
|
|
127
127
|
"@vitejs/plugin-react": "^4",
|
|
128
128
|
"electrodb": "*",
|
|
129
129
|
"esbuild": "*",
|