@xyo-network/react-card 10.0.4 → 10.0.5
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 +68 -64
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-card",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,39 +41,82 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-shared": "~10.0.
|
|
44
|
+
"@xyo-network/react-shared": "~10.0.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@ariestools/
|
|
48
|
-
"@ariestools/
|
|
47
|
+
"@ariestools/eth-address": "~8.0.2",
|
|
48
|
+
"@ariestools/pixel": "~8.0.2",
|
|
49
|
+
"@ariestools/sdk": "~8.0.2",
|
|
50
|
+
"@ariestools/sdk-react": "~11.0.0",
|
|
51
|
+
"@ariestools/threads": "~8.0.2",
|
|
49
52
|
"@bitauth/libauth": "~3.0.0",
|
|
53
|
+
"@metamask/providers": "~22.1.1",
|
|
54
|
+
"@mui/icons-material": "~9.2.0",
|
|
55
|
+
"@mui/material": "~9.2.0",
|
|
56
|
+
"@noble/post-quantum": "~0.6.1",
|
|
57
|
+
"@opentelemetry/api": "~1.9.1",
|
|
58
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
59
|
+
"@react-spring/web": "~10.1.2",
|
|
60
|
+
"@scure/base": "~2.2.0",
|
|
61
|
+
"@scure/bip39": "~2.2.0",
|
|
62
|
+
"@storybook/react-vite": "~10.4.6",
|
|
63
|
+
"@types/react": "~19.2.17",
|
|
64
|
+
"@xylabs/toolchain": "~8.6.6",
|
|
65
|
+
"@xylabs/tsconfig": "~8.6.6",
|
|
66
|
+
"@xylabs/tsconfig-dom": "~8.6.6",
|
|
67
|
+
"@xylabs/tsconfig-react": "~8.6.6",
|
|
68
|
+
"@xyo-network/sdk": "~7.0.9",
|
|
69
|
+
"@xyo-network/sdk-protocol": "~7.0.14",
|
|
70
|
+
"ajv": "~8.20.0",
|
|
71
|
+
"async-mutex": "~0.5.0",
|
|
72
|
+
"clsx": "~2.1.1",
|
|
73
|
+
"debug": "~4.4.3",
|
|
74
|
+
"eslint": "~10.6.0",
|
|
75
|
+
"ethers": "~6.17.0",
|
|
76
|
+
"hash-wasm": "~4.12.0",
|
|
77
|
+
"idb": "~8.0.3",
|
|
78
|
+
"lru-cache": "~11.5.1",
|
|
79
|
+
"md5": "~2.3.0",
|
|
80
|
+
"numeral": "~2.0.6",
|
|
81
|
+
"observable-fns": "~0.6.1",
|
|
82
|
+
"query-string": "~9.4.1",
|
|
83
|
+
"react": "~19.2.7",
|
|
84
|
+
"react-dom": "~19.2.7",
|
|
85
|
+
"react-router-dom": "~7.18.1",
|
|
86
|
+
"rollbar": "~3.1.0",
|
|
87
|
+
"storybook": "~10.4.6",
|
|
88
|
+
"typescript": "~6.0.3",
|
|
89
|
+
"viem": "~2.54.3",
|
|
90
|
+
"vite": "~8.1.3",
|
|
91
|
+
"webextension-polyfill": "~0.12.0",
|
|
92
|
+
"zod": "~4.4.3",
|
|
93
|
+
"zustand": "~5.0.14",
|
|
94
|
+
"@xyo-network/react-storybook": "~10.0.5"
|
|
95
|
+
},
|
|
96
|
+
"peerDependencies": {
|
|
97
|
+
"@ariestools/eth-address": "^8.0.2",
|
|
98
|
+
"@ariestools/pixel": "^8.0.2",
|
|
99
|
+
"@ariestools/sdk": "^8.0.2",
|
|
100
|
+
"@ariestools/sdk-react": "^11.0.0",
|
|
101
|
+
"@ariestools/threads": "^8.0.2",
|
|
102
|
+
"@bitauth/libauth": "^3.0.0",
|
|
103
|
+
"@metamask/providers": "^22.1.1",
|
|
50
104
|
"@mui/icons-material": "^9.2.0",
|
|
51
105
|
"@mui/material": "^9.2.0",
|
|
52
|
-
"@noble/post-quantum": "
|
|
106
|
+
"@noble/post-quantum": "^0.6.1",
|
|
53
107
|
"@opentelemetry/api": "^1.9.1",
|
|
54
108
|
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
55
109
|
"@react-spring/web": "^10.1.2",
|
|
56
|
-
"@scure/base": "
|
|
57
|
-
"@scure/bip39": "
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@xylabs/eth-address": "^7.0.5",
|
|
61
|
-
"@xylabs/geo": "^7.0.5",
|
|
62
|
-
"@xylabs/pixel": "^7.0.5",
|
|
63
|
-
"@xylabs/threads": "^7.0.5",
|
|
64
|
-
"@xylabs/toolchain": "~8.5.15",
|
|
65
|
-
"@xylabs/tsconfig": "^8.5.15",
|
|
66
|
-
"@xylabs/tsconfig-dom": "^8.5.15",
|
|
67
|
-
"@xylabs/tsconfig-react": "~8.5.15",
|
|
68
|
-
"@xyo-network/sdk": "^7.0.7",
|
|
69
|
-
"@xyo-network/sdk-protocol": "^7.0.12",
|
|
110
|
+
"@scure/base": "^2.2.0",
|
|
111
|
+
"@scure/bip39": "^2.2.0",
|
|
112
|
+
"@xyo-network/sdk": "^7.0.9",
|
|
113
|
+
"@xyo-network/sdk-protocol": "^7.0.14",
|
|
70
114
|
"ajv": "^8.20.0",
|
|
71
115
|
"async-mutex": "^0.5.0",
|
|
72
116
|
"clsx": "^2.1.1",
|
|
73
117
|
"debug": "^4.4.3",
|
|
74
|
-
"eslint": "^10.6.0",
|
|
75
118
|
"ethers": "^6.17.0",
|
|
76
|
-
"hash-wasm": "
|
|
119
|
+
"hash-wasm": "^4.12.0",
|
|
77
120
|
"idb": "^8.0.3",
|
|
78
121
|
"lru-cache": "^11.5.1",
|
|
79
122
|
"md5": "^2.3.0",
|
|
@@ -83,50 +126,11 @@
|
|
|
83
126
|
"react": "^19.2.7",
|
|
84
127
|
"react-dom": "^19.2.7",
|
|
85
128
|
"react-router-dom": "^7.18.1",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"vite": "^8.1.3",
|
|
129
|
+
"rollbar": "^3.1.0",
|
|
130
|
+
"viem": "^2.54.3",
|
|
131
|
+
"webextension-polyfill": "^0.12.0",
|
|
90
132
|
"zod": "^4.4.3",
|
|
91
|
-
"zustand": "^5.0.14"
|
|
92
|
-
"@xyo-network/react-storybook": "~10.0.4"
|
|
93
|
-
},
|
|
94
|
-
"peerDependencies": {
|
|
95
|
-
"@ariestools/sdk": "^7.0",
|
|
96
|
-
"@ariestools/sdk-react": "^10.0",
|
|
97
|
-
"@bitauth/libauth": "~3.0",
|
|
98
|
-
"@mui/icons-material": "^9.0",
|
|
99
|
-
"@mui/material": "^9.0",
|
|
100
|
-
"@noble/post-quantum": "~0.6.1",
|
|
101
|
-
"@opentelemetry/api": "^1.9",
|
|
102
|
-
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
103
|
-
"@react-spring/web": "^10.1",
|
|
104
|
-
"@scure/base": "~2.2",
|
|
105
|
-
"@scure/bip39": "~2.2",
|
|
106
|
-
"@xylabs/eth-address": "^7.0",
|
|
107
|
-
"@xylabs/geo": "^7.0",
|
|
108
|
-
"@xylabs/pixel": "^7.0",
|
|
109
|
-
"@xylabs/threads": "^7.0",
|
|
110
|
-
"@xyo-network/sdk": "*",
|
|
111
|
-
"@xyo-network/sdk-protocol": "^7.0",
|
|
112
|
-
"ajv": "^8.20",
|
|
113
|
-
"async-mutex": "^0.5",
|
|
114
|
-
"clsx": "^2.1",
|
|
115
|
-
"debug": "^4.4",
|
|
116
|
-
"ethers": "^6.16",
|
|
117
|
-
"hash-wasm": "~4.12",
|
|
118
|
-
"idb": "^8.0",
|
|
119
|
-
"lru-cache": "^11.3",
|
|
120
|
-
"md5": "^2.3",
|
|
121
|
-
"numeral": "^2.0",
|
|
122
|
-
"observable-fns": "^0.6",
|
|
123
|
-
"query-string": "^9.4",
|
|
124
|
-
"react": "^19.2",
|
|
125
|
-
"react-dom": "^19.2",
|
|
126
|
-
"react-router-dom": "^7.15",
|
|
127
|
-
"viem": "^2.48",
|
|
128
|
-
"zod": "^4.4",
|
|
129
|
-
"zustand": "^5.0"
|
|
133
|
+
"zustand": "^5.0.14"
|
|
130
134
|
},
|
|
131
135
|
"publishConfig": {
|
|
132
136
|
"access": "public"
|