-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2 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
{
"name": "yearnfi",
"version": "0.3.7",
"scripts": {
"dev": "next dev --hostname 127.0.0.1 --port 3000",
"dev:client": "next dev --hostname 127.0.0.1 --port 3000",
"dev:ts": "tsc --watch",
"tenderly": "bun scripts/tenderly.ts",
"build": "next build",
"preview": "next start --hostname 127.0.0.1 --port 3000",
"preview:client": "next start --hostname 127.0.0.1 --port 3000",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"measure:ssr": "bun scripts/measure-ssr-baseline.ts",
"check:client-server-boundary": "bun scripts/check-client-server-boundary.ts",
"tslint": "tsc -p tsconfig.json --noEmit",
"bump": "bump",
"test": "vitest run",
"clean": "bash clean.sh",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "2.2.10",
"@number-flow/react": "0.6.0",
"@plausible-analytics/tracker": "0.4.5",
"@rainbow-me/rainbowkit": "2.2.11",
"@react-hookz/web": "24.0.4",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-virtual": "3.13.26",
"@upstash/redis": "1.37.0",
"cross-fetch": "4.1.0",
"ethers": "5.7.2",
"framer-motion": "12.34.0",
"graphql": "16.12.0",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hot-toast": "2.6.0",
"react-markdown": "10.1.0",
"react-rewards": "2.1.0",
"recharts": "2.15.4",
"use-indexeddb": "2.0.2",
"vaul": "1.1.2",
"viem": "2.46.1",
"wagmi": "2.18.2",
"zod": "4.3.6"
},
"overrides": {
"qr": "0.5.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/postcss": "4.1.18",
"@testing-library/react": "16.3.2",
"@types/minimatch": "6.0.0",
"@types/node": "25.3.0",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"bump": "0.2.5",
"husky": "9.1.7",
"jsdom": "29.1.1",
"lint-staged": "16.2.7",
"playwright": "1.61.0",
"postcss": "8.5.15",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"vitest": "4.1.8"
}
}