|
13 | 13 | "dependencies": { |
14 | 14 | "@floating-ui/dom": "^1.7.4", |
15 | 15 | "@floating-ui/react": "^0.27.16", |
| 16 | + "@keplr-wallet/background": "0.12.297", |
| 17 | + "@keplr-wallet/common": "0.12.297", |
| 18 | + "@keplr-wallet/cosmos": "0.12.297", |
| 19 | + "@keplr-wallet/router": "0.12.297", |
| 20 | + "@keplr-wallet/router-extension": "^0.12.297", |
| 21 | + "@keplr-wallet/stores": "0.12.297", |
| 22 | + "@keplr-wallet/stores-core": "0.12.297", |
| 23 | + "@keplr-wallet/stores-etc": "^0.12.297", |
| 24 | + "@keplr-wallet/stores-eth": "^0.12.297", |
| 25 | + "@keplr-wallet/types": "0.12.297", |
| 26 | + "@keplr-wallet/unit": "0.12.297", |
16 | 27 | "@oko-wallet/dotenv": "^0.0.2-alpha.27", |
17 | 28 | "@oko-wallet/oko-common-ui": "workspace:*", |
18 | 29 | "@oko-wallet/oko-sdk-cosmos": "^0.0.6-rc.151", |
19 | 30 | "@oko-wallet/oko-sdk-eth": "0.0.6-rc.133", |
20 | 31 | "@oko-wallet/stdlib-js": "^0.0.2-rc.42", |
21 | 32 | "@tanstack/react-query": "^5.90.12", |
22 | 33 | "@tanstack/react-table": "^8.21.3", |
| 34 | + "lodash.throttle": "^4.1.1", |
| 35 | + "mobx": "^6.10.0", |
| 36 | + "mobx-react-lite": "^4.0.0", |
| 37 | + "mobx-utils": "^6.0.0", |
23 | 38 | "next": "^16.0.7", |
| 39 | + "qrcode.react": "^4.2.0", |
24 | 40 | "react": "^19.2.1", |
25 | 41 | "react-dom": "^19.2.1", |
26 | 42 | "react-hook-form": "^7.65.0", |
| 43 | + "utility-types": "^3.11.0", |
27 | 44 | "zustand": "^5.0.6" |
28 | 45 | }, |
29 | 46 | "devDependencies": { |
| 47 | + "@types/lodash.throttle": "^4", |
30 | 48 | "@types/node": "^24.10.1", |
31 | 49 | "@types/react": "^19.2.7", |
32 | 50 | "@types/react-dom": "^19.2.3", |
|
0 commit comments