-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.93 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
{
"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.13.0",
"@cosmos-kit/keplr": "2.15.0",
"@cosmos-kit/leap": "^2.15.0",
"@cosmos-kit/react": "2.22.0",
"@dagrejs/dagre": "^1.1.5",
"@heroui/react": "2.7.11",
"@heroui/theme": "2.4.17",
"@hookform/resolvers": "^4.1.3",
"@interchain-ui/react": "1.26.3",
"@internationalized/date": "3.8.2",
"@tanstack/react-query": "4.40.1",
"chain-registry": "1.69.274",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.3",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.60.0",
"react-icons": "^5.5.0",
"react-use-clipboard": "^1.0.9",
"reactflow": "^11.11.4",
"zod": "^3.25.76",
"zustand": "^5.0.6"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@chain-registry/types": "^0.50.171",
"@types/lodash": "^4.17.20",
"@types/node": "^22.15.34",
"@types/react": "19.1.8",
"@types/react-dom": "^19.1.6",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"cosmjs-types": "^0.9.0",
"cssnano": "^7.0.7",
"discord.js": "^14.21.0",
"http-proxy-middleware": "^3.0.5",
"pino-pretty": "^13.0.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"shx": "^0.4.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"packageManager": "yarn@4.9.2"
}