-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.13 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
{
"name": "synarc-dao",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@circle-fin/adapter-viem-v2": "^1.12.1",
"@circle-fin/bridge-kit": "^1.10.1",
"@circle-fin/provider-cctp-v2": "^1.8.2",
"@circle-fin/user-controlled-wallets": "^10.7.1",
"@circle-fin/w3s-pw-web-sdk": "^1.1.11",
"@openzeppelin/contracts": "^5.6.1",
"@privy-io/react-auth": "^3.26.1",
"@privy-io/wagmi": "^4.0.7",
"@radix-ui/react-toast": "^1.2.15",
"@tanstack/react-query": "^5.100.10",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"framer-motion": "^11.18.0",
"groq-sdk": "^1.2.1",
"lucide-react": "^0.460.0",
"next": "16.2.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"recharts": "^2.15.0",
"resend": "^6.12.4",
"tailwind-merge": "^2.6.0",
"viem": "^2.49.3",
"wagmi": "^3.6.15",
"zustand": "^5.0.13"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.1.2",
"@nomicfoundation/hardhat-ethers": "^3.1.3",
"@nomicfoundation/hardhat-ignition": "^0.15.16",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.17",
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@nomicfoundation/ignition-core": "^0.15.15",
"@tailwindcss/postcss": "^4",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chai": "^6.2.2",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"hardhat": "^2.22.17",
"hardhat-gas-reporter": "^2.3.0",
"mocha": "^11.7.6",
"solidity-coverage": "^0.8.17",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5"
}
}