-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "uniswap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.1",
"@uniswap/sdk": "^3.0.3",
"@uniswap/smart-order-router": "^3.35.12",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"antd": "^5.19.3",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"ethers": "^6.13.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.438.0",
"next": "14.2.5",
"npm": "^10.8.2",
"pino-pretty": "^11.2.1",
"punycode": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"swiper": "^11.1.8",
"viem": "^2.17.3",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/hardhat-upgrades": "^3.2.0",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"hardhat": "^2.22.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}