@skip-go/widget 1.2.0-alpha.10 → 1.2.0-alpha.11
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 +83 -83
package/package.json
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@skip-go/widget",
|
|
3
|
-
"description": "Swap widget",
|
|
4
|
-
"version": "1.2.0-alpha.
|
|
5
|
-
"repository": "https://github.com/skip-mev/widget",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"types": "./build/index.d.ts",
|
|
10
|
-
"import": "./build/index.es.js"
|
|
11
|
-
},
|
|
12
|
-
"./style.css": {
|
|
13
|
-
"import": "./build/style.css",
|
|
14
|
-
"default": "./build/style.css"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"types": "./build/index.d.ts",
|
|
18
|
-
"engines": {
|
|
19
|
-
"node": ">=12.4"
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"build",
|
|
23
|
-
"README.md"
|
|
24
|
-
],
|
|
25
|
-
"resolutions": {
|
|
26
|
-
"@cosmos-kit/cosmostation-extension": "^2.7.10",
|
|
27
|
-
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
28
|
-
"@cosmos-kit/leap-extension": "^2.7.10",
|
|
29
|
-
"@cosmos-kit/okxwallet": "2.4.x",
|
|
30
|
-
"@cosmos-kit/react": "2.10.x",
|
|
31
|
-
"@cosmos-kit/station": "2.5.x",
|
|
32
|
-
"@cosmos-kit/vectis": "2.6.x",
|
|
33
|
-
"react": "^18.0.0",
|
|
34
|
-
"react-dom": "^18.0.0",
|
|
35
|
-
"viem": "^2.7.16",
|
|
36
|
-
"wagmi": "^2.5.7",
|
|
37
|
-
"@graz-sh/types": "0.0.14"
|
|
38
|
-
},
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@cosmos-kit/cosmostation-extension": "^2.7.10",
|
|
41
|
-
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
42
|
-
"@cosmos-kit/leap-extension": "^2.7.10",
|
|
43
|
-
"@cosmos-kit/okxwallet": "2.4.x",
|
|
44
|
-
"@cosmos-kit/react": "2.10.x",
|
|
45
|
-
"@cosmos-kit/station": "2.5.x",
|
|
46
|
-
"@cosmos-kit/vectis": "2.6.x",
|
|
47
|
-
"@emotion/css": "^11.11.2",
|
|
48
|
-
"@graz-sh/types": "0.0.14",
|
|
49
|
-
"@heroicons/react": "^2.1.3",
|
|
50
|
-
"@injectivelabs/utils": "1.14.6",
|
|
51
|
-
"@interchain-ui/react": "^1.23.13",
|
|
52
|
-
"@r2wc/react-to-web-component": "^2.0.3",
|
|
53
|
-
"@radix-ui/colors": "^3.0.0",
|
|
54
|
-
"@radix-ui/react-accordion": "^1.1.2",
|
|
55
|
-
"@radix-ui/react-collapsible": "^1.0.3",
|
|
56
|
-
"@radix-ui/react-dialog": "^1.0.5",
|
|
57
|
-
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
58
|
-
"@radix-ui/react-switch": "^1.0.3",
|
|
59
|
-
"@radix-ui/react-tooltip": "^1.0.7",
|
|
60
|
-
"@rollup/plugin-url": "^8.0.2",
|
|
61
|
-
"@skip-go/core": "0.3.0-alpha.
|
|
62
|
-
"@solana/spl-token": "^0.4.6",
|
|
63
|
-
"@solana/wallet-adapter-react": "^0.15.35",
|
|
64
|
-
"@solana/wallet-adapter-wallets": "^0.19.32",
|
|
65
|
-
"@solana/web3.js": "^1.91.8",
|
|
66
|
-
"@tailwindcss/forms": "^0.5.7",
|
|
67
|
-
"@tanstack/react-query": "^5.18.1",
|
|
68
|
-
"clsx": "^2.1.1",
|
|
69
|
-
"match-sorter": "^6.3.4",
|
|
70
|
-
"react-hot-toast": "^2.4.1",
|
|
71
|
-
"react-icons": "^5.2.1",
|
|
72
|
-
"react-shadow-scope": "^1.0.5",
|
|
73
|
-
"tailwind-merge": "^2.3.0",
|
|
74
|
-
"viem": "2.x",
|
|
75
|
-
"wagmi": "2.x",
|
|
76
|
-
"zustand": "^4.5.2",
|
|
77
|
-
"react": "^18.0.0",
|
|
78
|
-
"react-dom": "^18.0.0"
|
|
79
|
-
},
|
|
80
|
-
"publishConfig": {
|
|
81
|
-
"access": "public"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@skip-go/widget",
|
|
3
|
+
"description": "Swap widget",
|
|
4
|
+
"version": "1.2.0-alpha.11",
|
|
5
|
+
"repository": "https://github.com/skip-mev/widget",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./build/index.d.ts",
|
|
10
|
+
"import": "./build/index.es.js"
|
|
11
|
+
},
|
|
12
|
+
"./style.css": {
|
|
13
|
+
"import": "./build/style.css",
|
|
14
|
+
"default": "./build/style.css"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"types": "./build/index.d.ts",
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": ">=12.4"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"build",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"resolutions": {
|
|
26
|
+
"@cosmos-kit/cosmostation-extension": "^2.7.10",
|
|
27
|
+
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
28
|
+
"@cosmos-kit/leap-extension": "^2.7.10",
|
|
29
|
+
"@cosmos-kit/okxwallet": "2.4.x",
|
|
30
|
+
"@cosmos-kit/react": "2.10.x",
|
|
31
|
+
"@cosmos-kit/station": "2.5.x",
|
|
32
|
+
"@cosmos-kit/vectis": "2.6.x",
|
|
33
|
+
"react": "^18.0.0",
|
|
34
|
+
"react-dom": "^18.0.0",
|
|
35
|
+
"viem": "^2.7.16",
|
|
36
|
+
"wagmi": "^2.5.7",
|
|
37
|
+
"@graz-sh/types": "0.0.14"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@cosmos-kit/cosmostation-extension": "^2.7.10",
|
|
41
|
+
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
42
|
+
"@cosmos-kit/leap-extension": "^2.7.10",
|
|
43
|
+
"@cosmos-kit/okxwallet": "2.4.x",
|
|
44
|
+
"@cosmos-kit/react": "2.10.x",
|
|
45
|
+
"@cosmos-kit/station": "2.5.x",
|
|
46
|
+
"@cosmos-kit/vectis": "2.6.x",
|
|
47
|
+
"@emotion/css": "^11.11.2",
|
|
48
|
+
"@graz-sh/types": "0.0.14",
|
|
49
|
+
"@heroicons/react": "^2.1.3",
|
|
50
|
+
"@injectivelabs/utils": "1.14.6",
|
|
51
|
+
"@interchain-ui/react": "^1.23.13",
|
|
52
|
+
"@r2wc/react-to-web-component": "^2.0.3",
|
|
53
|
+
"@radix-ui/colors": "^3.0.0",
|
|
54
|
+
"@radix-ui/react-accordion": "^1.1.2",
|
|
55
|
+
"@radix-ui/react-collapsible": "^1.0.3",
|
|
56
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
|
57
|
+
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
58
|
+
"@radix-ui/react-switch": "^1.0.3",
|
|
59
|
+
"@radix-ui/react-tooltip": "^1.0.7",
|
|
60
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
61
|
+
"@skip-go/core": "0.3.0-alpha.2",
|
|
62
|
+
"@solana/spl-token": "^0.4.6",
|
|
63
|
+
"@solana/wallet-adapter-react": "^0.15.35",
|
|
64
|
+
"@solana/wallet-adapter-wallets": "^0.19.32",
|
|
65
|
+
"@solana/web3.js": "^1.91.8",
|
|
66
|
+
"@tailwindcss/forms": "^0.5.7",
|
|
67
|
+
"@tanstack/react-query": "^5.18.1",
|
|
68
|
+
"clsx": "^2.1.1",
|
|
69
|
+
"match-sorter": "^6.3.4",
|
|
70
|
+
"react-hot-toast": "^2.4.1",
|
|
71
|
+
"react-icons": "^5.2.1",
|
|
72
|
+
"react-shadow-scope": "^1.0.5",
|
|
73
|
+
"tailwind-merge": "^2.3.0",
|
|
74
|
+
"viem": "2.x",
|
|
75
|
+
"wagmi": "2.x",
|
|
76
|
+
"zustand": "^4.5.2",
|
|
77
|
+
"react": "^18.0.0",
|
|
78
|
+
"react-dom": "^18.0.0"
|
|
79
|
+
},
|
|
80
|
+
"publishConfig": {
|
|
81
|
+
"access": "public"
|
|
82
|
+
}
|
|
83
|
+
}
|