-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1013 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
37
38
39
{
"name": "sushi-migrator",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "5.5.1",
"@heroicons/react": "1.0.5",
"@sushiswap/core": "1.4.2",
"@tailwindcss/forms": "0.4.0",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"@uniswap/v2-sdk": "3.0.1",
"@uniswap/v3-periphery": "1.3.0",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"copy-text-to-clipboard": "3.0.1",
"ethers": "5.5.2",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-virtualized": "9.22.3",
"rooks": "5.8.0",
"swr": "1.1.1"
},
"devDependencies": {
"autoprefixer": "10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"postcss": "8.4.4",
"prettier": "2.5.1",
"tailwindcss": "3.0.1"
}
}