@skip-go/widget 3.0.0-alpha.3 → 3.0.0-alpha.6

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 CHANGED
@@ -1,95 +1,96 @@
1
- {
2
- "name": "@skip-go/widget",
3
- "description": "Swap widget",
4
- "version": "3.0.0-alpha.3",
5
- "repository": "https://github.com/skip-mev/widget",
6
- "type": "module",
7
- "scripts": {
8
- "dev": "storybook dev -p 6006",
9
- "build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
10
- "lint": "eslint . --fix",
11
- "preview": "vite preview",
12
- "build-storybook": "NODE_OPTIONS=--max-old-space-size=16384 storybook build"
13
- },
14
- "exports": {
15
- ".": {
16
- "types": "./build/index.d.ts",
17
- "import": "./build/index.js"
18
- }
19
- },
20
- "types": "./build/index.d.ts",
21
- "files": [
22
- "build",
23
- "README.md"
24
- ],
25
- "peerDependencies": {
26
- "react": "17.x || 18.x",
27
- "react-dom": "17.x || 18.x"
28
- },
29
- "devDependencies": {
30
- "@chromatic-com/storybook": "^1.6.1",
31
- "@eslint/js": "^9.9.0",
32
- "@keplr-wallet/types": "^0.12.125",
33
- "@storybook/addon-essentials": "^8.2.6",
34
- "@storybook/addon-interactions": "^8.2.6",
35
- "@storybook/addon-links": "^8.2.6",
36
- "@storybook/addon-onboarding": "^8.2.6",
37
- "@storybook/blocks": "^8.2.6",
38
- "@storybook/react": "^8.2.6",
39
- "@storybook/react-vite": "^8.2.6",
40
- "@storybook/test": "^8.2.6",
41
- "@types/eslint__js": "^8.42.3",
42
- "@types/pluralize": "^0.0.33",
43
- "@types/react": "^18.3.3",
44
- "@types/react-dom": "^18.3.0",
45
- "@typescript-eslint/eslint-plugin": "^7.15.0",
46
- "@typescript-eslint/parser": "^7.15.0",
47
- "@vitejs/plugin-react": "^4.3.1",
48
- "eslint": "^9.9.0",
49
- "eslint-plugin-react-hooks": "^4.6.2",
50
- "storybook": "^8.2.6",
51
- "typescript": "^5.5.4",
52
- "typescript-eslint": "^8.2.0",
53
- "vite": "^5.3.4",
54
- "vite-plugin-dts": "^4.0.0-beta.1",
55
- "vite-plugin-node-polyfills": "^0.22.0"
56
- },
57
- "dependencies": {
58
- "@chain-registry/keplr": "^1.68.79",
59
- "@ebay/nice-modal-react": "^1.2.13",
60
- "@eslint/compat": "^1.1.1",
61
- "@initia/initia-registry": "^0.1.16",
62
- "@penumbra-zone/bech32m": "^7.0.0",
63
- "@penumbra-zone/client": "^18.1.0",
64
- "@penumbra-zone/protobuf": "^6.0.0",
65
- "@penumbra-zone/transport-dom": "^7.5.0",
66
- "@radix-ui/react-dialog": "^1.1.1",
67
- "@skip-go/client": "0.9.3",
68
- "@solana/spl-token": "^0.4.8",
69
- "@solana/wallet-adapter-backpack": "^0.1.14",
70
- "@solana/wallet-adapter-coinbase": "^0.1.19",
71
- "@solana/wallet-adapter-ledger": "^0.9.25",
72
- "@solana/wallet-adapter-phantom": "^0.9.24",
73
- "@solana/wallet-adapter-react": "^0.15.35",
74
- "@solana/wallet-adapter-solflare": "^0.6.28",
75
- "@solana/wallet-adapter-trust": "^0.1.13",
76
- "@solana/web3.js": "^1.95.3",
77
- "@tanstack/query-core": "^5.51.21",
78
- "@tanstack/react-query": "^5.51.21",
79
- "chain-registry": "^1.63.43",
80
- "graz": "^0.1.20",
81
- "jotai": "^2.9.1",
82
- "jotai-effect": "^1.0.2",
83
- "jotai-tanstack-query": "^0.8.6",
84
- "lodash.debounce": "^4.0.8",
85
- "match-sorter": "^6.3.4",
86
- "pluralize": "^8.0.0",
87
- "rc-virtual-list": "^3.14.5",
88
- "react-error-boundary": "^4.0.13",
89
- "react-shadow-scope": "^1.0.5",
90
- "styled-components": "^6.1.13",
91
- "viem": "^2.21.1",
92
- "wagmi": "^2.12.8",
93
- "zod": "^3.23.8"
94
- }
95
- }
1
+ {
2
+ "name": "@skip-go/widget",
3
+ "description": "Swap widget",
4
+ "version": "3.0.0-alpha.6",
5
+ "repository": "https://github.com/skip-mev/widget",
6
+ "type": "module",
7
+ "scripts": {
8
+ "dev": "vite",
9
+ "dev:storybook": "storybook dev -p 6006",
10
+ "build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
11
+ "lint": "eslint . --fix",
12
+ "preview": "vite preview"
13
+ },
14
+ "exports": {
15
+ ".": {
16
+ "types": "./build/index.d.ts",
17
+ "import": "./build/index.js"
18
+ }
19
+ },
20
+ "types": "./build/index.d.ts",
21
+ "files": [
22
+ "build",
23
+ "README.md"
24
+ ],
25
+ "peerDependencies": {
26
+ "react": "17.x || 18.x",
27
+ "react-dom": "17.x || 18.x"
28
+ },
29
+ "devDependencies": {
30
+ "@chromatic-com/storybook": "^1.6.1",
31
+ "@eslint/js": "^9.9.0",
32
+ "@keplr-wallet/types": "^0.12.125",
33
+ "@storybook/addon-essentials": "^8.2.6",
34
+ "@storybook/addon-interactions": "^8.2.6",
35
+ "@storybook/addon-links": "^8.2.6",
36
+ "@storybook/addon-onboarding": "^8.2.6",
37
+ "@storybook/blocks": "^8.2.6",
38
+ "@storybook/react": "^8.2.6",
39
+ "@storybook/react-vite": "^8.2.6",
40
+ "@storybook/test": "^8.2.6",
41
+ "@types/eslint__js": "^8.42.3",
42
+ "@types/pluralize": "^0.0.33",
43
+ "@types/react": "^18.3.3",
44
+ "@types/react-dom": "^18.3.0",
45
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
46
+ "@typescript-eslint/parser": "^7.15.0",
47
+ "@vitejs/plugin-react": "^4.3.1",
48
+ "buffer": "^6.0.3",
49
+ "eslint": "^9.9.0",
50
+ "eslint-plugin-react-hooks": "^4.6.2",
51
+ "storybook": "^8.2.6",
52
+ "typescript": "^5.5.4",
53
+ "typescript-eslint": "^8.2.0",
54
+ "vite": "^5.3.4",
55
+ "vite-plugin-dts": "^4.0.0-beta.1",
56
+ "vite-plugin-node-polyfills": "^0.22.0"
57
+ },
58
+ "dependencies": {
59
+ "@chain-registry/keplr": "^1.68.79",
60
+ "@ebay/nice-modal-react": "^1.2.13",
61
+ "@eslint/compat": "^1.1.1",
62
+ "@initia/initia-registry": "^0.1.16",
63
+ "@penumbra-zone/bech32m": "^7.0.0",
64
+ "@penumbra-zone/client": "^18.1.0",
65
+ "@penumbra-zone/protobuf": "^6.0.0",
66
+ "@penumbra-zone/transport-dom": "^7.5.0",
67
+ "@radix-ui/react-dialog": "^1.1.1",
68
+ "@skip-go/client": "0.10.3",
69
+ "@solana/spl-token": "^0.4.8",
70
+ "@solana/wallet-adapter-backpack": "^0.1.14",
71
+ "@solana/wallet-adapter-coinbase": "^0.1.19",
72
+ "@solana/wallet-adapter-ledger": "^0.9.25",
73
+ "@solana/wallet-adapter-phantom": "^0.9.24",
74
+ "@solana/wallet-adapter-react": "^0.15.35",
75
+ "@solana/wallet-adapter-solflare": "^0.6.28",
76
+ "@solana/wallet-adapter-trust": "^0.1.13",
77
+ "@solana/web3.js": "^1.95.3",
78
+ "@tanstack/query-core": "^5.51.21",
79
+ "@tanstack/react-query": "^5.51.21",
80
+ "chain-registry": "^1.63.43",
81
+ "graz": "^0.1.25",
82
+ "jotai": "^2.9.1",
83
+ "jotai-effect": "^1.0.2",
84
+ "jotai-tanstack-query": "^0.8.6",
85
+ "lodash.debounce": "^4.0.8",
86
+ "match-sorter": "^6.3.4",
87
+ "pluralize": "^8.0.0",
88
+ "rc-virtual-list": "^3.14.5",
89
+ "react-error-boundary": "^4.0.13",
90
+ "react-shadow-scope": "^1.0.5",
91
+ "styled-components": "^6.1.13",
92
+ "viem": "^2.21.1",
93
+ "wagmi": "^2.12.8",
94
+ "zod": "^3.23.8"
95
+ }
96
+ }