-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.97 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
{
"name": "arena-react",
"version": "1.0.0",
"license": "GPL-3.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "biome check --write ./",
"lint:unsafe": "biome check --write --unsafe ./",
"format": "biome format --write ./",
"start": "next start"
},
"engines": {
"node": ">=20.0.0",
"yarn": ">=4.0.0"
},
"dependencies": {
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmos-kit/cosmos-extension-metamask": "^0.12.7",
"@cosmos-kit/keplr": "2.14.7",
"@cosmos-kit/leap": "^2.14.7",
"@cosmos-kit/react": "2.21.7",
"@dagrejs/dagre": "^1.1.4",
"@heroui/react": "2.7.2",
"@heroui/theme": "2.4.9",
"@hookform/resolvers": "^4.1.0",
"@interchain-ui/react": "1.26.2",
"@internationalized/date": "^3.7.0",
"@tanstack/react-query": "4.36.1",
"chain-registry": "1.69.129",
"date-fns": "^3.6.0",
"framer-motion": "^11.18.2",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-use-clipboard": "^1.0.9",
"reactflow": "^11.11.4",
"recharts": "^2.15.1",
"three": "^0.173.0",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chain-registry/types": "^0.50.77",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.4",
"@types/react": "18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"cosmjs-types": "^0.9.0",
"cssnano": "^7.0.6",
"discord.js": "^14.18.0",
"http-proxy-middleware": "^3.0.3",
"pino-pretty": "^13.0.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"shx": "^0.3.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}