-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.96 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.10",
"@metamask/sdk": "^0.18.3",
"@pythnetwork/pyth-evm-js": "^1.39.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@rainbow-me/rainbowkit": "^2.0.5",
"@syncfusion/ej2-react-charts": "^25.1.37",
"@tanstack/react-query": "^5.45.1",
"@tsparticles/react": "^3.0.0",
"@wagmi/chains": "^1.8.0",
"@web3modal/wagmi": "^5.0.2",
"apexcharts": "^3.48.0",
"chart.js": "^4.4.2",
"chartjs-chart-financial": "^0.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"connectkit": "^1.7.3",
"ethers": "^5.0.0",
"framer-motion": "^11.1.7",
"highcharts": "^11.4.0",
"highcharts-react-official": "^3.2.1",
"i": "^0.3.7",
"lightweight-charts": "^4.1.3",
"lucide-react": "^0.396.0",
"next": "^14.1.4",
"nextjs-toploader": "^1.6.11",
"npm": "^10.5.1",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-fast-marquee": "^1.6.4",
"react-google-charts": "^4.0.1",
"react-icons": "^5.0.1",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^10.0.5",
"react-tsparticles": "^2.12.2",
"react-use-measure": "^2.1.1",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.3.0",
"tsparticles-slim": "^2.12.0",
"viem": "^2.15.1",
"wagmi": "^2.10.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "18.2.74",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.4.4"
}
}