-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"name": "crypto-advisor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^1.2.0",
"@heroicons/react": "^1.0.6",
"@rainbow-me/rainbowkit": "^2.1.7",
"@reown/appkit-siwe": "^1.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.56.2",
"@wagmi/core": "^2.13.8",
"@web3modal/wagmi": "^5.1.10",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"debug": "^4.3.1",
"ethers": "^5.7.2",
"marked": "^14.1.2",
"next": "14.2.13",
"next-auth": "^4.24.8",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"rimraf": "^4.0.0",
"uuid": "^7.0.0",
"viem": "^2.21.15",
"wagmi": "^2.12.16",
"web3": "^4.13.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}