-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 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
{
"name": "linea-attestation-registry-website",
"version": "0.0.1",
"description": "Verax Attestation Registry explorer",
"keywords": [
"linea-attestation-registry",
"blockchain",
"attestation",
"ethereum",
"foundry",
"smart-contracts",
"solidity"
],
"repository": "github.com/Consensys/linea-attestation-registry",
"license": "MIT",
"author": "Consensys",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite --force",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lens-protocol/widgets-react": "^2.1.0",
"@metamask/sdk-react": "^0.15.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@verax-attestation-registry/verax-sdk": "1.0.2",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.11",
"@web3-onboard/metamask": "^2.0.2",
"@web3-onboard/react": "^2.8.13",
"@web3modal/wagmi": "^3.5.0",
"axios": "^1.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3": "^7.8.5",
"d3-dsv": "^3.0.1",
"d3-force": "^3.0.0",
"d3-quadtree": "^3.0.1",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph": "^1.44.3",
"react-force-graph-2d": "^1.25.4",
"react-router-dom": "^6.19.0",
"react-select": "^5.8.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"viem": "^1.18.9",
"wagmi": "^1.4.6"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.35",
"typescript": "^5.2.2",
"vite": "^4.5.1",
"vite-plugin-radar": "^0.9.1"
}
}