-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 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
{
"name": "ethrank",
"license": "GPL 3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prune-duplicates": "ts-node scripts/prune-duplicates.ts"
},
"dependencies": {
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethereum-attestation-service/eas-sdk": "^1.5.0",
"@prisma/client": "^6.8.2",
"@prisma/nextjs-monorepo-workaround-plugin": "6.8.2",
"@tanstack/react-query": "^5.24.6",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@unstoppabledomains/resolution": "^9.2.2",
"@vercel/analytics": "^1.5.0",
"@web3icons/core": "^4.0.32",
"@web3modal/ethereum": "^2.4.7",
"@web3modal/react": "^2.4.7",
"@web3modal/wagmi": "^4.0.11",
"alchemy-sdk": "^3.4.3",
"animate.css": "^4.1.1",
"chart.js": "^3.8.0",
"cors": "^2.8.5",
"ethers": "^6.11.1",
"express-rate-limit": "^6.7.0",
"express-slow-down": "^1.5.0",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.10",
"next": "^14.1.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.1",
"sass": "^1.52.3",
"truncate-eth-address": "^1.0.2",
"tsparticles": "^3.5.0",
"tsparticles-slim": "^2.12.0",
"viem": "^2.7.18",
"wagmi": "^2.5.7",
"web3": "^1.8.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/node": "17.0.5",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.14",
"eslint": "8.5.0",
"eslint-config-next": "^14.1.1",
"prisma": "^6.8.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"undici": "^7.2.0"
}
}