-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dynamic-labs/ethereum": "^3.1.0",
"@dynamic-labs/sdk-react-core": "^3.1.0",
"@reown/appkit": "^1.0.2",
"@reown/appkit-adapter-ethers": "^1.0.2",
"@reown/appkit-adapter-ethers5": "^1.0.2",
"@reown/appkit-adapter-wagmi": "^1.0.2",
"@tabler/icons-react": "^3.17.0",
"@tanstack/react-query": "^5.56.2",
"@walletconnect/web3wallet": "^1.15.2",
"@web3modal/ethers": "^5.1.9",
"@web3modal/wagmi": "^5.1.9",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"ethers": "^6.13.2",
"framer-motion": "^11.5.6",
"next": "14.2.13",
"pino-pretty": "^11.2.2",
"prism-react-renderer": "^2.4.0",
"react": "^18",
"react-code-block": "^1.0.0",
"react-dom": "^18",
"reversifi-sdk": "^1.1.4",
"tailwind-merge": "^2.5.2",
"viem": "^2.21.10",
"wagmi": "^2.12.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}