-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "x402-identity-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/wallet-sdk": "^4.3.7",
"@nomicfoundation/hardhat-verify": "^3.0.12",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-wagmi": "^1.8.19",
"@tanstack/react-query": "^5.91.3",
"@wagmi/core": "^2.22.1",
"@walletconnect/ethereum-provider": "^2.23.8",
"@walletconnect/modal": "^2.7.0",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"framer-motion": "^12.38.0",
"lodash": "^4.17.23",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18",
"viem": "^2.47.5",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.1.3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.6.1",
"@types/node": "^22.19.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"hardhat": "^2.28.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.3"
}
}