-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 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
71
72
73
{
"name": "reactswap-com",
"version": "0.5.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ./src",
"test": "jest",
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\""
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@popperjs/core": "^2.11.5",
"@reach/dialog": "^0.17.0",
"@reduxjs/toolkit": "^1.8.1",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/token-lists": "^1.0.0-beta.28",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"axios": "^0.26.1",
"ethers": "^5.6.4",
"next": "^12.0.7",
"next-themes": "^0.2.0",
"package.json": "^2.0.1",
"polished": "^4.2.2",
"react": "^18.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-feather": "^2.0.9",
"react-icons": "^4.3.1",
"react-popper": "^2.3.0",
"react-redux": "^8.0.0",
"react-toastify": "^9.0.5",
"react-use-gesture": "^9.1.3",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
},
"devDependencies": {
"@ethersproject/address": "^5.6.0",
"@ethersproject/solidity": "^5.6.0",
"@typechain/ethers-v5": "^10.0.0",
"@types/jest": "^27.4.1",
"@types/node": "17.0.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"autoprefixer": "^10.4.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"jest": "^28.0.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"qs": "^6.10.3",
"react-spring": "8.0",
"redux-localstorage-simple": "^2.5.1",
"tailwindcss": "^3.0.8",
"typechain": "^8.0.0",
"typescript": "4.5.4"
}
}