-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
95 lines (95 loc) · 3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ibc-dot-fun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "node ./scripts/generate.js",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/ledger-amino": "^0.31.0",
"@cosmjs/math": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmos-kit/core": "^2.0.3",
"@cosmos-kit/cosmostation-extension": "^2.0.3",
"@cosmos-kit/keplr-extension": "^2.0.3",
"@cosmos-kit/leap-extension": "^2.0.3",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.2.2",
"@cosmos-kit/react": "^2.0.3",
"@cosmos-kit/react-lite": "^2.1.4",
"@cosmos-kit/web3auth": "^2.0.3",
"@evmos/proto": "^0.2.1",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.2",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@injectivelabs/sdk-ts": "^1.11.0",
"@injectivelabs/utils": "^1.11.0",
"@keplr-wallet/types": "^0.12.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@skip-router/core": "^0.1.0-rc13",
"@tanstack/react-query": "^4.29.5",
"@types/node": "20.1.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"@web3modal/core": "^2.7.0",
"@web3modal/ui": "^2.7.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"chain-registry": "^1.18.0",
"classnames": "^2.3.2",
"cosmjs-types": "^0.7.2",
"download": "^8.0.0",
"eslint-config-next": "13.4.1",
"ethers": "^6.3.0",
"framer-motion": "^10.12.18",
"http-proxy": "^1.18.1",
"next": "13.4.7",
"pino-pretty": "^10.0.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"usehooks-ts": "^2.9.1",
"viem": "^1.14.0",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@tanstack/eslint-plugin-query": "^4.36.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/download": "^8.0.2",
"@types/http-proxy": "^1.17.11",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"msw": "^1.2.3",
"prettier": "^3.0.3",
"resize-observer-polyfill": "^1.5.1",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
}
}