This repository was archived by the owner on Feb 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.41 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.41 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
{
"name": "@lutralabs/ees-dapp",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "infisical run --env=dev --path=/dapp -- next dev",
"dev:local": "next dev",
"export:secrets": "infisical export --path=/dapp > .env.local",
"build": "rimraf .next && next build",
"start": "next start",
"lint": "biome check .",
"compile": "graphql-codegen",
"lint:fix": "biome check --apply ."
},
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^2.1.4",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.4.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"@wagmi/core": "^2.10.5",
"blo": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.11",
"frog": "^0.12.1",
"framer-motion": "11.2.12",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.381.0",
"next": "14.2.4",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-force-graph": "^1.44.4",
"react-inlinesvg": "^4.1.3",
"react-share": "^5.1.0",
"react-use": "^17.5.0",
"sharp": "^0.33.4",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"viem": "^2.13.2",
"wagmi": "^2.9.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.13",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"encoding": "^0.1.13",
"graphql": "^16.8.1",
"lokijs": "^1.5.12",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}