-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.72 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.72 KB
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": "twilight-pool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier . --write"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@cosmjs/tendermint-rpc": "^0.31.1",
"@cosmos-kit/core": "^2.7.0",
"@cosmos-kit/cosmostation-extension": "^2.5.0",
"@cosmos-kit/cosmostation-mobile": "^2.16.1",
"@cosmos-kit/keplr": "^2.6.9",
"@cosmos-kit/leap-extension": "^2.5.0",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.15.3",
"@cosmos-kit/leap-mobile": "^2.16.1",
"@cosmos-kit/react-lite": "^2.5.0",
"@kenny019/zkos-wasm": "^0.2.21",
"@next/font": "^13.5.9",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@selfxyz/core": "1.1.0-beta.6",
"@selfxyz/qrcode": "^1.0.15",
"@sentry/nextjs": "^10.45.0",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-table": "^8.10.7",
"@twilight-dev/zkos-wasm": "^0.1.4",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-grid-layout": "^1.3.5",
"@zkpassport/sdk": "^0.10.0",
"autoprefixer": "10.4.15",
"big.js": "^6.2.1",
"chain-registry": "^1.20.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"immer": "^10.0.3",
"klinecharts": "10.0.0-beta1",
"long": "^5.2.3",
"lucide-react": "^0.274.0",
"next": "13.5.9",
"next-themes": "^0.2.1",
"postcss": "8.4.28",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-layout": "^1.4.2",
"recharts": "^3.7.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"twilightjs": "^0.0.14",
"typescript": "5.1.6",
"uuid": "^11.1.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@chain-registry/types": "^0.46.15",
"@keplr-wallet/types": "^0.12.32",
"@types/big.js": "^6.2.1",
"@types/qrcode": "^1.5.5",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss-animate": "^1.0.7",
"vitest": "^4.1.1"
},
"engines": {
"node": "22.x"
},
"engineStrict": true
}