-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"private": true,
"scripts": {
"dev": "next dev",
"clean": "rm -rf ./.graphclient",
"graphclient-build": "graphclient build",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.2.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"@ethersproject/providers": "^5.6.8",
"@gammaswap/v1-core": "^0.1.12",
"@gammaswap/v1-periphery": "^0.1.9",
"@graphprotocol/client-cli": "^2.2.12",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^1.1.2",
"dotenv": "^16.0.1",
"erc-20-abi": "^1.0.0",
"ethers": "^5.6.8",
"framer-motion": "6",
"graphql": "^16.6.0",
"next": "^12.3.1",
"notistack": "^2.0.5",
"rc-slider": "^10.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.33.0",
"react-hot-toast": "^2.3.0",
"truncate-eth-address": "^1.0.2",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/rc-slider": "^9.3.1",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}