-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.17 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "berachain-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3003 -H 0.0.0.0",
"build": "pnpm config get registry && next build",
"start": "next start",
"lint": "next lint",
"build:stats": "ANALYZE_STATS=true next build",
"build:dev": "GENERATE_SOURCEMAP=true NODE_ENV=development next build"
},
"overrides": {
"chalk": "5.3.0",
"strip-ansi": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"is-core-module": "2.13.1",
"error-ex": "1.3.2"
},
"dependencies": {
"@lifeomic/attempt": "^3.1.0",
"@lifi/sdk": "3.6.2",
"@near-eth/client": "^1.12.0",
"@near-wallet-selector/account-export": "8.9.12",
"@near-wallet-selector/core": "8.9.12",
"@near-wallet-selector/meteor-wallet": "8.9.12",
"@near-wallet-selector/modal-ui": "8.9.12",
"@near-wallet-selector/my-near-wallet": "8.9.12",
"@noble/curves": "^1.8.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/themes": "^3.1.6",
"@rainbow-me/rainbowkit": "^2.2.6",
"@scure/base": "^1.2.1",
"@solana/spl-token": "^0.4.9",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.59.16",
"@wagmi/core": "^2.16.3",
"@xstate/react": "^5.0.2",
"ahooks": "^3.8.1",
"ajv": "^8.17.1",
"axios": "^1.7.7",
"big.js": "^6.2.2",
"borsh": "^2.0.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"ethers": "^5.7.2",
"framer-motion": "^11.7.0",
"html2canvas": "^1.4.1",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"near-api-js": "0.45.1",
"next": "14.2.13",
"next-nprogress-bar": "^2.3.14",
"nprogress": "^0.2.0",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "7.52.1",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^10.1.0",
"react-parallax-tilt": "^1.7.268",
"react-shadow": "^20.6.0",
"react-toastify": "^10.0.5",
"recharts": "^2.15.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"ripple-address-codec": "^5.0.0",
"royco": "^0.10.114",
"rxjs": "^7.8.1",
"swiper": "^11.2.5",
"terser-webpack-plugin": "^5.3.14",
"tweetnacl": "^1.0.3",
"uuid": "^11.0.5",
"valibot": "1.0.0-rc.1",
"viem": "^2.21.37",
"wagmi": "^2.12.25",
"xstate": "^5.19.2",
"zod": "^3.24.1",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/big.js": "^6.2.2",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"next-plugin-bundle-stats": "^4.16.0",
"pino-pretty": "^11.3.0",
"postcss": "^8",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}