-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
92 lines (92 loc) · 2.91 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
{
"name": "bridge-ui-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@avail-project/metamask-avail-types": "^0.6.1",
"@datadog/browser-logs": "^5.29.1",
"@datadog/browser-rum": "^5.29.1",
"@hookform/resolvers": "^3.9.1",
"@metamask/providers": "^17.2.1",
"@polkadot/api": "^10.13.1",
"@polkadot/extension-dapp": "^0.46.9",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@subwallet-connect/core": "^1.0.8",
"@subwallet-connect/injected-wallets": "^1.0.8",
"@subwallet-connect/ledger-polkadot": "^1.0.8",
"@subwallet-connect/polkadot-js": "^1.0.8",
"@subwallet-connect/react": "^1.0.8",
"@subwallet-connect/subwallet": "^1.0.8",
"@subwallet-connect/subwallet-polkadot": "^1.0.8",
"@subwallet-connect/talisman": "^1.0.8",
"@subwallet-connect/walletconnect-polkadot": "^1.0.8",
"@talisman-connect/components": "^1.1.1",
"@talismn/connect-ui": "^1.1.3",
"@tanstack/react-query": "^5.59.19",
"@vercel/analytics": "^1.3.2",
"@wagmi/core": "^2.14.1",
"avail-js-sdk": "^0.2.18",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"connectkit": "^1.8.2",
"cron": "^3.1.8",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"json-bigint": "^1.0.0",
"lucide-react": "^0.344.0",
"neverthrow": "^8.1.1",
"next": "14.0.1",
"next-auth": "^4.24.10",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"siwe": "^2.3.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.40",
"wagmi": "^2.12.25",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@polkadot/types": "^11.3.1",
"@talismn/connect-wallets": "^1.2.5",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"codec": "link:@polkadot/types/codec",
"eslint": "^8.57.1",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}