-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "attestation-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:fix": "prettier --write ./app",
"prettier:check": "prettier --check ./app"
},
"dependencies": {
"3d-force-graph": "1.73.x",
"@apollo/client": "^3.8.1",
"@ethereum-attestation-service/eas-sdk": "^2.2.0",
"@fontsource-variable/league-spartan": "latest",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.24.1",
"@vercel/analytics": "latest",
"@vercel/speed-insights": "latest",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.8.0",
"graphql": "^16.8.0",
"lucide-react": "latest",
"next": "^14.2.4",
"postcss": "8.4.31",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-force-graph": "^1.44.x",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.155.0",
"viem": "2.x",
"wagmi": "^2.5.x"
},
"devDependencies": {
"@tailwindcss/typography": "^0.x.x",
"@tsconfig/strictest": "latest",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/three": "^0.165.0",
"eslint": "8.57.x",
"eslint-config-next": "14.1.x",
"prettier": "latest",
"typescript": "5.4.x"
}
}