-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 Bytes
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
{
"name": "uniswap-dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@rainbow-me/rainbowkit": "^2.1.6",
"@tanstack/react-query": "^5.56.2",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/v2-sdk": "^3.2.2",
"@uniswap/v3-sdk": "^3.11.2",
"ethers": "^6.13.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"recharts": "^3.6.0",
"viem": "^2.19.8",
"wagmi": "^2.12.5"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.5.4",
"vite": "^5.4.3"
}
}